summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2008-10-18gallium: add some checks for null surface pointers in state trackerBrian Paul
2008-10-17gallium: fix mis-matched malloc/free vs. aligned malloc/freeBrian Paul
2008-10-10mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul
2008-10-09mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAMBrian Paul
2008-10-07Mesa: fix the case where there are no vertex attributes.Stephane Marchesin
2008-10-06mesa: fix convolve/convolution mix-upsBrian
2008-09-26gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program()Brian Paul
2008-09-19mesa: Fix arb parse constantsBrian Paul
2008-09-18gallium: if we run out of memory in st_TexImage, flush and try again.Brian Paul
2008-09-17gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversionBrian Paul
2008-09-17gallium: clean-up/fix msaa override in state trackerBrian Paul
2008-09-17gallium: include prog_print.h to silence warningBrian Paul
2008-09-17gallium: need to finish, not flush, in st_copy_texsubimage()Brian Paul
2008-09-17gallium: new assertion on surface->textureBrian Paul
2008-09-17tgsi: Add a ugly fix for CONSTANT problemsJakob Bornecrantz
2008-09-17tgsi: More debug printing on sanity check errorJakob Bornecrantz
2008-09-16gallium: fix glTexImage(width=height=depth=0) caseBrian Paul
2008-09-16gallium: move _vbo_DestroyContext() callBrian Paul
2008-09-16mesa: State tracker now checks for faulty shaders on debugJakob Bornecrantz
2008-09-05gallium: document that clear color is intentionally always PIPE_FORMAT_A8R8G8...Brian Paul
2008-09-04gallium: remove the copyHeight hack for compresssed formatsBrian Paul
2008-09-04mesa: Remove unused var.José Fonseca
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-09-01gallium: added st_bind/release_teximage() functionsBrian Paul
2008-09-01gallium: move st_texture_image() cast wrapper to header fileBrian Paul
2008-08-28gallium: change the conditional which tests for combined Z+stencil buffersBrian Paul
2008-08-27gallium: better support for user-space interleaved arraysBrian Paul
2008-08-27gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO.Brian Paul
2008-08-27gallium: remove old assertionsBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul
2008-08-19gallium: implement a fast-path for glReadPixels for common casesBrian Paul
2008-08-19gallium: do a proper implementation of GL_OES_read_formatBrian Paul
2008-08-19mesa: Call pipe->destroy on context destruction for all platforms.José Fonseca
2008-08-19st: Do not translate program constants to immediates whenMichal Krol
2008-08-19st: Translate address register declaration.Michal Krol
2008-08-19st: Fix immediate construction.Michal Krol
2008-08-18gallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stencil renderbuffersBrian Paul
2008-08-18gallium: fix vertex program output translation/mapping bugBrian Paul
2008-08-18gallium: fix do_flip bug on glCopyTexImage / surface_copy() pathBrian Paul
2008-08-15gallium: in st_draw_vbo() use ctx->Current.Attrib[] values when arrays are mi...Brian Paul
2008-08-15mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.José Fonseca
2008-08-14gallium: init default texture image to grayBrian Paul
2008-08-14gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul
2008-08-14gallium: added queries to determin GL_EXT_packed_depth_stencil supportBrian Paul
2008-08-14mesa: Don't use alignments < 4.José Fonseca
2008-08-13gallium: in fallback_copy_texsubimage() create new tex surface for CPU read a...Brian Paul
2008-08-13mesa: KIL -> KIL, KIL_NV -> KILP.Michal Krol
2008-08-12gallium: more context clean-upBrian Paul
2008-08-11gallium: added commentBrian Paul