tgsi: Silence const pointer cast warnings.
[mesa.git] / src / mesa /
2009-03-16 Thomas Hellstromgallium: Use struct pipe_atomic for pipe refcounts.
2009-03-16 Michal Krolmesa: Silence compiler warnings.
2009-03-15 Michal Krolvbo: Silence integer-to-pointer warnings.
2009-03-13 Keith Whitwellgallium: consolidate bypass_vs and bypass_clipping...
2009-03-13 Keith Whitwellgallium: no need to keep a copy of shader tokens in...
2009-03-13 Keith Whitwellmesa/st: add check for null front renderbuffer
2009-03-13 Keith Whitwellmesa/st: don't call finish in st_glFlush()
2009-03-13 Brian Pauli965: more register number assertions
2009-03-13 Brian Pauli965: add some register number assertions
2009-03-13 Brian Pauli965: remove unused PROGRAM_INTERNAL_PARAM, added comment
2009-03-13 Brian Pauli965: move declarations before code
2009-03-13 Brian Pauli965: debug code, use gl_register_file type
2009-03-13 Brian Paulmesa: glUseProgram() debug code (disabled)
2009-03-13 Brian Paulmesa: improve another _mesa_problem() call
2009-03-13 Brian Paulmesa: add GL_DUDV_ATI cases in calculate_derived_texenv()
2009-03-13 Brian Paulmesa: more info in _mesa_problem() call
2009-03-13 Brian Paulmesa: added 1D/3D fetch_texel functions for DUDV8
2009-03-13 Jakob Bornecrantzgallium: Remove do_flip argument from surface_copy
2009-03-13 Brian Paulmesa: added GL_DU8DV8_ATI case in _mesa_components_in_f...
2009-03-13 Brian Paulmesa: override_internal_format() function for debug...
2009-03-13 Brian Paulmesa: improve some error messages
2009-03-13 Brian Pauli965: move declaration before code
2009-03-13 Brian Pauli965: fix const correctness
2009-03-13 Brian Pauli915: move declarations before code
2009-03-13 Brian Pauli965: comments
2009-03-12 Brian Paulmesa: move declarations before code
2009-03-12 Brian Paulmesa: fix glRead/DrawBuffer(GL_AUXn) error value
2009-03-12 Robert Ellisoni965: fix polygon stipple when rendering to FBO
2009-03-12 Brian Paulmesa: fix transposed red/blue in store_texel_rgb888...
2009-03-12 Roland Scheideggeri965: add support for ATI_envmap_bumpmap
2009-03-12 Roland Scheideggerregenerate glapi
2009-03-12 Roland Scheideggermesa: add support for ATI_envmap_bumpmap
2009-03-12 Keith Whitwellmesa: add missing _glthread_INIT_MUTEX in _mesa_new_fra...
2009-03-12 Robert Ellisoni965: fix polygon face orientation when rendering to FBO
2009-03-12 Brian Paulmesa: remove some last remnants of GL_MESA_program_debug
2009-03-12 Brian Paulmesa: minor comments
2009-03-12 Brian Paulmesa: remove gl_texture_object::_Function field and...
2009-03-12 Brian Paulintel: include main/viewport.h
2009-03-11 Brian Pauli965: fix lock-ups when GLSL program wrote to gl_FragDepth
2009-03-11 Brian Pauli965: more code clean-ups, comments
2009-03-11 Brian Pauli965: minor code clean-ups, comments
2009-03-11 Brian Pauli965: use new cast wrappers
2009-03-11 Brian Pauli965: added cast wrappers, comments
2009-03-11 Brian Pauli965: asst. code clean-ups, comments
2009-03-11 Brian Pauli965: fix typos in comments
2009-03-11 Brian Paulglsl: remove _slang_attach_storage() function
2009-03-11 Brian Paulglsl: some clean-ups, remove old assertions, add new...
2009-03-11 Brian Paulglsl: remove stray/unneeded totalSize assignment
2009-03-10 Brian Paulmesa: fix dumb sizeof() vs. strlen() mix-up
2009-03-10 Brian Paulglsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/
2009-03-09 Brian Paulxmesa: set back-buffer's drawable field
2009-03-09 Brian Pauli965: fix cube map lock-up / corruption
2009-03-09 Brian Paulst: silence warning
2009-03-09 Brian Paulst: remove unused DrawPixels code
2009-03-09 Brian Paulst: use pointer_to_offset() cast wrapper to convert...
2009-03-09 Brian Paulmesa: reorder register file enums
2009-03-09 Keith Whitwellst: also check for a8 texture support in bitmap code
2009-03-09 Roland Scheideggerfix typo in fragment pipe alu define, should fix dot3_r...
2009-03-09 Keith Whitwellvbo: yet tighter still usage of FLUSH_NEED_CURRENT
2009-03-09 Keith Whitwellvbo: stricter checks on Driver.NeedFlush
2009-03-07 Brian Paulmesa: s/int/GLsizeiptr/ to silence warning with 64...
2009-03-07 Brian Paulgallium: use unsigned long to silence warnings with...
2009-03-07 Brian Paulr300: remove assignment to removed StringPos field
2009-03-07 Brian Paulmesa: move shared context state functions to new shared...
2009-03-07 Brian Paulvbo: make bind_array_obj() code a little more concise
2009-03-07 Brian Paulmesa: use @ to silence some Makefile output
2009-03-07 Brian Paulmesa: move glViewport and glDepthRange functions into...
2009-03-07 Brian Paulswrast: remove old comment
2009-03-07 Brian Paulswrast: rename s_buffers.c -> s_clear.c
2009-03-07 Brian Paulmesa: gl_register_file enum typedef
2009-03-07 Brian Paulmesa: remove GL_MESA_program_debug extension
2009-03-07 Brian Paulmesa: silence warning
2009-03-07 Brian Paulmesa: remove last of _mesa_unreference_framebuffer...
2009-03-07 Maciej Cencorar300: shut up valgrind
2009-03-07 Alan CoopersmithAdd Solaris to OS'es using PROT_EXEC mmap() to get...
2009-03-06 Brian Paulglsl: call the program optimizer
2009-03-06 Brian Pauli965: check if we run out of GRF/temp registers
2009-03-06 Brian Paulmesa: added _mesa_read_shader() function to read shader...
2009-03-06 Brian Pauli965: bump up BRW_EU_MAX_INSN
2009-03-06 Brian Paulmesa: add new program optimizer code
2009-03-06 Brian Pauli965: comments
2009-03-06 Brian Pauli965: comments and minor clean-ups
2009-03-06 Brian Pauli965: avoid unnecessary calls to brw_wm_is_glsl()
2009-03-06 Maciej Cencorar300: fix depth write regression (found by Nicolai...
2009-03-06 Maciej Cencorar300: enable EXT_fog_coord extension
2009-03-06 Maciej Cencorar300: route fog coord and W pos correctly
2009-03-06 Maciej Cencorar300: rewrite and hopefully simplify RS setup
2009-03-06 Maciej Cencorar300: add few macros for RS setup
2009-03-06 Maciej Cencorar300: silence valgrind
2009-03-06 Maciej Cencorar300: Print reg address when debugging is enabled
2009-03-06 Maciej Cencorar300: don't crash on sw tcl hw if point size vertex...
2009-03-06 José Fonsecamesa: Reads must also be done with lock held.
2009-03-06 José Fonsecamesa: Fix typo.
2009-03-06 Eric Anholtintel: Fix bpp setting of blits to 8bpp targets.
2009-03-06 Eric Anholti965: fix 3DPRIMITIVE batch decode of the vertex count...
2009-03-06 Eric Anholti965: Stop dumping programs after the first all-zeroes...
2009-03-06 Eric Anholtintel: Add always_flush_batch driconf option for making...
2009-03-06 Eric Anholtintel: Add always_flush_cache driconf option for debugg...
2009-03-06 Eric Anholti965: Add a note about why the _NEW_STENCIL is required...
2009-03-06 Eric Anholtintel: Remove a gratuitous MI_FLUSH after clearing...
next