summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-05-06i965: Remove the forced lack of caching for renderbuffer surface state.Eric Anholt
2009-05-06i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies.Eric Anholt
2009-05-06mesa: be smarter about allocating vert/frag program constantsBrian Paul
2009-05-06i965: Split WM constant buffer update from other WM surfaces.Eric Anholt
2009-05-06i965: Disentangle VS constant surface state from WM surface state.Eric Anholt
2009-05-06i965: Don't create constant buffers if they won't be used.Eric Anholt
2009-05-05mesa: only use fallback texture when using shaders, not fixed-function (take ...Brian Paul
2009-05-05Revert "mesa: only use fallback texture when using shaders, not fixed-function"Brian Paul
2009-05-05mesa: only use fallback texture when using shaders, not fixed-functionBrian Paul
2009-05-05mesa: only use fallback texture when using shaders, not fixed-functionBrian Paul
2009-05-05mesa: minor simplification in enable_texture(), updated commentsBrian Paul
2009-05-05mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-05-05mesa/main: set PREFER_DP4 to match position_invarient codeKeith Whitwell
2009-05-04mesa: also print program params/constants when dumping shaders to diskBrian Paul
2009-05-04mesa: remove some unfinished/devel codeBrian Paul
2009-05-01mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul
2009-05-01Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-01st: create renderbuffer's pipe_surface in st_render_texture()Brian Paul
2009-05-01mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul
2009-05-01st: if st_swapbuffers() is called for single-buffered visual don't crashBrian Paul
2009-05-01st: when creating an on-demand front color buffer, init to back buffer imageBrian Paul
2009-05-01st: added st_renderbuffer::defined flagBrian Paul
2009-05-01mesa: fix commentBrian Paul
2009-05-01set: new st_swapbuffers() which does a true front/back buffer swapBrian Paul
2009-05-01Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick
2009-05-01st: when double buffered, only create front color buffer on demandBrian Paul
2009-05-01Merge branch 'const-buffer-changes'Brian Paul
2009-05-01mesa: create/use a fallback texture when bound texture is incompleteBrian Paul
2009-05-01mesa: bump version to 7.6 (devel)Brian Paul
2009-05-01mesa: remove -devel suffix from versionBrian Paul
2009-04-30r300: Increase reference count of texture objects referenced by current state.Michel Dänzer
2009-04-29Use variable library name in pkg-config output.Tom Fogal
2009-04-29mesa: added _mesa_check_soa_dependencies() functionBrian Paul
2009-04-29mesa: added _mesa_check_soa_dependencies() functionBrian Paul
2009-04-28mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell
2009-04-28mesa/main: protect driver.finish with FLUSH_CURRENTKeith Whitwell
2009-04-28mesa/st: remove duplicate offset calculationKeith Whitwell
2009-04-28mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_programKeith Whitwell
2009-04-28mesa/st: workaround for crashes in st_copy_texsubimageKeith Whitwell
2009-04-28R300: add quadpipe overridesAlex Deucher
2009-04-28i965: avoid segfault in intel_update_renderbuffers() if using DRI1Brian Paul
2009-04-28swrast: add missing break in clamp_rect_coord_linear()Brian Paul
2009-04-28st: Add an st_get_current() function.Thomas Hellstrom
2009-04-27Avoid a segfault in shader compilationRobert Ellison
2009-04-27i965: #include prog_print.h to silence warningBrian Paul
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul
2009-04-27mesa/st: fix incorrect face, level in compress_with_blitKeith Whitwell
2009-04-24i965: rework GLSL/WM register allocationBrian Paul
2009-04-24mesa: refactor code and make _mesa_find_temp_intervals() publicBrian Paul