mesa.git
2009-10-09 Brian Pauldocs: bump libdrm version requirement
2009-10-09 Eric Anholtmesa: Bump the required libdrm version to reflect reality.
2009-10-09 Eric Anholti965: Use bo_references for the state cache delete...
2009-10-09 Eric Anholtintel: Use new drm_intel_bo_references() to avoid flushing.
2009-10-08 Brian Paulmesa: free display list state after freeing shared...
2009-10-08 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-08 Brian Paulmesa: regenerated gl_mangle.h file
2009-10-08 Vinson Leeprogs/tests: Fix MSVC build.
2009-10-07 Brian Paulmesa: clean up extended opcode code
2009-10-07 Brian Paulmesa: move gl_list_instruction and gl_list_extensions...
2009-10-07 Brian Paulmesa: added _mesa_free_display_list_data()
2009-10-07 Brian Paulmesa: clean-up display list mem allocation, fix NULL...
2009-10-07 Brian Paulmain: replace ALLOC_INSTRUCTION macro with regular...
2009-10-07 Brian Paulmesa: rename display list functions
2009-10-07 Brian Paulgallium/xlib: call XQueryExtension() in glXQueryExtension()
2009-10-07 Brian Paulmesa/xlib: call XQueryExtension() in glXQueryExtension()
2009-10-07 Vinson Leei915g: Fix MSVC build.
2009-10-07 Brian Paulmesa: don't need to free textures, VBOs, etc. in _mesa_...
2009-10-07 Brian Paulsoftpipe: new comments
2009-10-07 Brian Paulsoftpipe: whitespace and comment fixes
2009-10-07 Brian Paulsoftpipe: prefix non-static functions with sp_
2009-10-07 Joakim Sindholtr300compiler: fix scons build again
2009-10-07 Nicolai HähnleMerge branch 'master' into r300g-glsl
2009-10-07 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-10-07 Nicolai Hähnleshader_api: Fix bounds checking of glUniform and glUnif...
2009-10-07 Nicolai Hähnleprog_parameter: Document the fact that Size may be > 4
2009-10-07 Keith Whitwellutil: do some more util_blit_pixels cases without tempo...
2009-10-07 Keith Whitwellmesa/st: add missing mesa constant file name
2009-10-07 Brian Paulst/mesa: pass pipe_screen, not pipe_context to st_choos...
2009-10-07 Brian Pauldocs: fix glXQueryDrawable() bugs
2009-10-07 Brian Paulmesa/xlib: fix glXQueryDrawable() bugs, see bug 24320
2009-10-07 Brian Paulgallium/xlib: fix glXQueryDrawable() bugs, see bug...
2009-10-07 Brian Paulprogs/xdemos: test glXQueryDrawable()
2009-10-07 Brian Paulprogs/xdemos: fix swapped parameters to CreatePbuffer()
2009-10-07 Michel Dänzerst/dri: Add missing front buffer case in dri_get_buffers().
2009-10-07 Brian Paulswrast: s/GLfloat/GLuint/ in bzero()
2009-10-07 Brian Paulswrast: add missing returns
2009-10-07 Vinson Leeprogs/test: Fix MSVC build.
2009-10-07 Brian Paulmesa/xlib: return 0 for errorBase, eventBase in glXQuer...
2009-10-07 Brian Paulgallium/xlib: return 0 for errorBase, eventBase in...
2009-10-07 Jakob Bornecrantzi915g: Use buffer write instead of map for lit vertices
2009-10-07 Jakob Bornecrantzi915g: Change order of buffer_write arguments
2009-10-07 Jakob Bornecrantzi915g: Disable vbuf fifo and minor commenting of vbuf...
2009-10-07 Younes Mantonnv04-nv40: Fix swizzle transfers for NPOT sizes.
2009-10-06 Vinson Leeprogs/tests: fix MSVC build.
2009-10-06 Nicolai Hähnler300/compiler: Fix R300 vertex program dumps
2009-10-06 Nicolai Hähnler300/compiler: Fix yet another regression in register...
2009-10-06 Nicolai Hähnler300/compiler: Fix a really stupid logic inversion...
2009-10-06 Nicolai Hähnler300/compiler: Fix regression in pair scheduling
2009-10-06 Vinson Leeprogs/perf: Fix MSVC build.
2009-10-06 Andre Maasikasr600: r700PredictRenderSize can flush, so move index...
2009-10-06 Ben Skeggsnv50: fix segfault when there's gaps in enabled texture...
2009-10-06 Ben Skeggsnouveau: fix buffer object leak
2009-10-06 Jakob Bornecrantzi915g: Add more defines to tweek batchbuffer
2009-10-06 Jakob Bornecrantzi915g: Tweek vertexbuffer size
2009-10-05 Brian Pauli965g: remove 965/brw files from XLIB_WINSYS_SOURCES
2009-10-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-05 Brian Paulintel: use driReadDrawable in do_copy_texsubimage()
2009-10-05 Brian Paulintel: use driReadDrawable, not driDrawable in do_blit_...
2009-10-05 Brian Paulintel: remove a buffer equality test in _mesa_make_curr...
2009-10-05 Jakob Bornecrantzi915g: Drop the simple sufix
2009-10-05 Jakob Bornecrantzi965g: Drop i965simple
2009-10-05 Joakim Sindholtr300g: fix scons build
2009-10-05 Brian Paulmesa: fix return value when clipping {Read,Draw}Pixels...
2009-10-05 Jon TURNEYFix building of GLSL demos which use M_PI
2009-10-05 José Fonsecautil: Improve the cpuid assembly.
2009-10-05 José Fonsecamesa: Copy textures' base format into wrapper renderbuffer.
2009-10-05 Keith Whitwellmesa/st: add ST_DEBUG environment variable
2009-10-05 Keith Whitwellutil: add lost code to util_make_fragment_tex_shader_wr...
2009-10-05 Andre Maasikasr600: update vertex program selection for draw path
2009-10-05 Michel DänzerUse _mesa_select_tex_image() rather than hardcoding...
2009-10-05 Ben Skeggsst/dri: avoid segfault if we can't get a pixmap's buffers
2009-10-05 Ben Skeggsnv50: support PIPE_FORMAT_X8R8G8B8_UNORM
2009-10-05 Ben Skeggsnouveau: return pitch value from local_handle_from_text...
2009-10-05 Ben Skeggsmesa: fix return value when clipping {Read,Draw}Pixels...
2009-10-05 Ben Skeggsst/dri: no need to request fake front buffer, only...
2009-10-04 Frederic Crozatr200: remove subpixel offset from viewport
2009-10-04 José Fonsecautil: Make assert a no-op on non-debug builds.
2009-10-04 José Fonsecallvmpipe: Ensure tile cache transfers are mapped before...
2009-10-04 José Fonsecallvmpipe: Autogenerate lp_tile_soa.c from u_format...
2009-10-04 José Fonsecautil: Fix cpuid invocation for x86_64.
2009-10-04 José Fonsecallvmpipe: Remove loop testing from format testing.
2009-10-04 José Fonsecallvmpipe: Match header's protection macro with filename.
2009-10-04 José Fonsecallvmpipe: Adjust format assertion.
2009-10-04 Nicolai Hähnler300/compiler Add support for more of the Sxx set instr...
2009-10-04 Nicolai Hähnler300/compiler: Emit flow control instructions and ALU...
2009-10-04 Corbin Simpsonr300g: xRGB and RGBx formats.
2009-10-04 Nicolai Hähnler300/compiler: Refactor the radeon_pair code to support...
2009-10-04 Nicolai Hähnler300/compiler: Refactor to allow different instruction...
2009-10-04 Nicolai Hähnler300/compiler: Introduce aluresult register for branch...
2009-10-03 Chris Wilsonintel: Suppress a compiler warning for an pointer-...
2009-10-03 Chris Wilsonintel: Assert that relocation offsets are within the...
2009-10-03 Nicolai Hähnler300/compiler: Introduce control flow instructions...
2009-10-03 José Fonsecallvmpipe: Fetch tile only if a color buffer is bound.
2009-10-03 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-10-03 Nicolai Hähnleprog_parameter: Document the fact that Size may be > 4
2009-10-03 Nicolai Hähnler300g: Do not abort on fragment program compiler error
2009-10-03 Nicolai Hähnler300g: Fix memory leak in radeon_texture_from_shared_handle
2009-10-03 Sedat Dilekr300g: Build in the trace and softpipe driver for xorg...
2009-10-03 Michel Dänzerradeon: Cope better with texture images with no miptrees.
next