mesa: replace assertion with no-op function assignment
[mesa.git] / src /
2009-09-24 Brian Paulmesa: replace assertion with no-op function assignment
2009-09-24 Brian Paulmesa: added comment
2009-09-24 Brian Paulvbo: limit number of warnings to 10
2009-09-24 Pauli Nieminenradeon: Fix scissors for r600 KMS.
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian Paultgsi/sse: Pass the lodbias, not zero. More comments.
2009-09-24 Brian Paulmesa: added default case return to silence warning
2009-09-24 Brian Paulglsl: init var to silence warning
2009-09-24 Brian Paulglsl: fix missing initializers warning
2009-09-24 Andre Maasikasr600: add support for CUBE textures, also TXP
2009-09-24 Alex Deucherr600: fix typo in the last commit
2009-09-24 Alex Deucherr600: various cleanups
2009-09-24 Andre Maasikasr600: fix some issues with LIT instruction
2009-09-24 Alex Deucherr600: fix point sizes
2009-09-24 Alex Deucherr600: fix polygon offset
2009-09-24 Alex Deucherradeon: don't build non-r600 span code on r600
2009-09-24 Alex Deucherr600: minor span cleanups
2009-09-24 Andre Maasikasr600: support position_invariant programs
2009-09-24 Alex Deucherr600: add span support for 1D tiles
2009-09-24 Alex Deucherr600: fix warning
2009-09-24 Andre Maasikasr600: fix texcoords from constants
2009-09-24 Andre Maasikasr600: enable caching of vertex programs
2009-09-24 Alex Deucherr600: check if textures are actually enabled before...
2009-09-24 Alex Deucherr600: fix ftp for dri1
2009-09-24 Dave Airlier600: don't setup hardware state if TFP
2009-09-24 Alex Deucherr600: fix dri2 clipping
2009-09-23 Maciej Cencorar300: fallback to software rendering if we are out...
2009-09-23 Brian Paulswrast: add lod bias when texture sampling
2009-09-23 Brian Paulmesa: don't bias LOD in shader interpreter; do it in...
2009-09-23 Brian Paulswrast: fix typo in partial derivatives parameter passing
2009-09-23 Keith Whitwellst/mesa: trim calculated userbuffer size
2009-09-23 Brian Paulsoftpipe: added max texture/surface size sanity check
2009-09-23 Brian Paulsoftpipe: increase MAX_WIDTH/HEIGTH 4096 to match max...
2009-09-22 Brian Paulmesa: don't re-use the meta glDrawPixels VBO; create...
2009-09-22 Brian Paulmesa: fix more buffer object error messages
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-22 Brian Paulglx: include string.h to silence missing memset() proto...
2009-09-22 Brian Paulmesa: fix error message text
2009-09-22 Nicolai Hähnler300: Fix crash reported in bug #24066
2009-09-21 Tormod VoldenGLX: Warn only once about applications calling GLX...
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Brian Paulmesa: refine the error checking vbo_exec_DrawRangeEleme...
2009-09-21 Brian Paulmesa: make max_buffer_index() a non-static function
2009-09-21 Maciej Cencoraradeon: update buffer map/unmap code for changes introd...
2009-09-21 Maciej Cencoramesa: add some debug info to teximage.c
2009-09-21 Maciej Cencorar300: fix a typo
2009-09-21 Eric Anholtintel: Mark the FBO as incomplete if there's no intel_r...
2009-09-21 Brian Paulsoftpipe: Fix cube face selection.
2009-09-21 Brian Paulswrast: fix cube face selection
2009-09-21 Nicolai Hähnler300: Zero-initialize register for NV_vertex_program
2009-09-21 Nicolai Hähnler300: Fix handling of NV_vertex_program parameters
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Michel Dänzerintel: Fix crash in intel_flush().
2009-09-20 Pauli Nieminenradeon: Fix legacy bo not to reuse dma buffers before...
2009-09-20 Nicolai Hähnler300/compiler: Fix trig instructions in R300 fp
2009-09-20 Pauli Nieminenradeon: Fix typo in variable name.
2009-09-20 Pauli Nieminenradeon: Improve WARN_ONCE macro to appear as single...
2009-09-20 Nicolai Hähnleradeon: Fix "verts" debugging enable
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Nicolai Hähnlemesa/st: Create front renderbuffer on the fly when...
2009-09-20 Nicolai Hähnlemesa/st: Initialize format bits of framebuffer renderbu...
2009-09-20 Nicolai Hähnler300/compiler: Fix R300 fragment program regression...
2009-09-18 Zou Nan hai[i965] add a missing header file
2009-09-18 Zou Nan hai [i965] use intel_batchbuffer_flush to flush the clear
2009-09-17 Brian Paulmesa: fix clip plane, fog issues
2009-09-16 Ian Romanickglx: Use initstate_r / random_r instead of corrupting...
2009-09-16 Brian Paulst/mesa: fix some incorrect branching/clean-up code...
2009-09-16 Brian Paulst/mesa: fix texture memory allocation bug
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian Romanickintel: Deassociated drawables from private context...
2009-09-16 Zou Nan haii965: do a flush in clear, fix openarena render issue,
2009-09-15 Brian Paulmesa: compile glUniformMatrix() functions into display...
2009-09-15 Brian Paulmesa: implement more glUniform display list functions
2009-09-15 Brian Paulmesa: compile glUniform4f() into display lists
2009-09-15 Brian Paulmesa: compile glUseProgram/glUseProgramObjectARB into...
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Ian RomanickGLX: Complain when buggy applications call GLX 1.3...
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-14 Brian Paulglsl: added some link debug code (disabled)
2009-09-14 Brian Paulglsl: remove extra #version directives from concatenate...
2009-09-14 Vinson Leegallium: Add Mac OS to pipe/p_thread.h.
2009-09-11 Brian Paulllvmpipe: asst fixes for 'make linux-llvmpipe'
2009-09-11 Vinson Leemesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for...
2009-09-10 Pauli Nieminenradeon: Remove structure allocation from iterator variable.
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Brian Paulintel: disable intel_stencil_drawpixels() for now
2009-09-10 Brian Paulsoftpipe: minor indentation fix
2009-09-10 Brian Paulsoftpipe: set dirty_render_cache in softpipe_clear()
2009-09-10 Ian RomanickFix merge fail
2009-09-10 Brian Paultgsi: use new tgsi_call_record to handle execution...
2009-09-10 Brian Paulmesa: need to set all stencil bits to 0 before setting...
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Eric Anholti965: Fix relocation delta for WM surfaces.
2009-09-10 Zhenyu Wangintel: add B43 chipset support
2009-09-10 Brian Paulmesa: in texenvprogram code, only do saturation when...
2009-09-10 Vinson Leegallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
2009-09-10 Pauli Nieminenradeon: Change debugging code to use macros instead...
2009-09-09 Pauli Nieminenradeon: Add more verbose error message for failed comma...
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 aljengallium: Added HaikuOS platform
next