mesa: remove unneeded #includes
[mesa.git] / src / mesa /
2009-02-22 Brian Paulmesa: remove unneeded #includes
2009-02-22 Brian Paulmesa: move a bunch of compiler-related stuff into new...
2009-02-22 Brian Paulmesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx...
2009-02-22 Brian Paulmesa: assorted clean-ups, var renaming, etc.
2009-02-22 Brian Paulmesa: simplify texture combine state copying in _mesa_c...
2009-02-22 Brian Paulmesa: remove redundant assertions (same asserts in...
2009-02-22 Dave Airlietexmem: fix typo from brianp's changes.
2009-02-21 Brian Paulglapi: update find_entry() for mangled names
2009-02-21 Tom Fogalmesa: added extern qualifier
2009-02-21 Brian Paulmesa: use enums for TEXTURE_x_INDEX values
2009-02-21 Brian Paulmesa: use an array for current texture objects
2009-02-21 Brian Paulmesa: use an array for default texture objects
2009-02-21 Brian Paulmesa: re-org texgen state
2009-02-21 Kristian Høgsbergintel: Fix intelSetTexBuffer miptree leak.
2009-02-21 Eric Anholtintel: tell libdrm whether we want a cpu-ready or gpu...
2009-02-21 Eric Anholti965: Fix render target read domains.
2009-02-20 Brian Paulgallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture...
2009-02-20 Brian Pauli965: use the new prog_instruction::TexShadow field
2009-02-20 Brian Pauli965: check depth_mode in translate_tex_format() for...
2009-02-20 Brian Paulglsl: use new IR opcodes for TEX instructions with...
2009-02-20 Brian Paulmesa: add TexShadow field to prog_instruction
2009-02-20 Brian Pauli965: separate emit_op() and emit_tex_op() functions
2009-02-20 Brian Paulmesa: freshen-up comments, move some fields in prog_ins...
2009-02-20 Brian Pauli965: update comment, use const qualifier
2009-02-20 Brian Pauli965: var renaming, clean-up
2009-02-20 Brian Pauli965: added comment
2009-02-20 Brian Paulintel: fix datatype typo, s/GLboolean/GLuint/
2009-02-20 Brian Pauli965: additional debug output
2009-02-20 Brian Paulglsl: rename GLSL texture assembly instructions to...
2009-02-20 Brian Paulglsl: fix vec4_texp_rect IR code (need projective version)
2009-02-19 Brian Paulmesa: support GL_EXT_stencil_two_side in gallium/mesa...
2009-02-19 Brian Paulmesa: fix/update/restore comments related to two-sided...
2009-02-19 Brian Paulmesa: initialize ctx->Stencil._BackFace = 1
2009-02-19 José Fonsecamesa: Free the util shaders with the gallium's FREE.
2009-02-19 Brian Paulmesa: convert VERT_RESULT_* from #defines to enum,...
2009-02-19 Brian Paulglsl: asst improvements, clean-ups in set_program_uniform()
2009-02-19 Brian Paulglsl: fix inequality in set_program_uniform()
2009-02-18 Brian Paulglsl: fix link failure for variable-indexed varying...
2009-02-18 Nicolai Haehnleswrast: Set vp_override flag during DrawPixels
2009-02-18 Brian Paulmesa: improved error msg
2009-02-18 Brian Paulmesa: increase MAX_UNIFORMS to 1024 (of vec4 type)
2009-02-18 Brian Paulglsl: fix a swizzle-related regression
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith Whitwellgallium: fix merge
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-16 Brian Paulmesa: remove old comments
2009-02-16 Brian Pauli965: tell GLSL compiler to emit code using condition...
2009-02-16 Brian Paulglsl: silence some uninit var warnings
2009-02-14 Nicolai Haehnler300: Redirect constant TEX coordinates
2009-02-14 Brian Pauli965: rewrite the code for handling shader subroutine...
2009-02-14 Brian Pauli965: add missing break for OPCODE_RET case
2009-02-14 Brian Pauli965: the return value of translate_insn() is never...
2009-02-14 Brian Pauli965: minor clean-ups
2009-02-14 Brian Pauli965: code clean-ups, comments, and minor refactoring
2009-02-14 Brian Pauli965: updated comments
2009-02-14 Brian Paulintel: turn on GL_ARB_shading_language_120
2009-02-14 Brian Pauli965: more reformatting/clean-up
2009-02-14 Brian Pauli965: s/__inline/INLINE/
2009-02-14 Brian Pauli965: formatting and indentation fixes
2009-02-14 Brian Pauli965: fix inconsistant indentation in brw_wm.c
2009-02-13 Robert Ellisoni965: Eric Anholt's patch for bumping up texture sizes
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-18 José Fonsecautil: Move p_debug.h into util module.
2009-02-17 Brian Paulmesa: add some debug code to help diagnose incomplete...
2009-02-17 Brian Paulglsl: fix mistake in a comment
2009-02-17 Brian Paulmesa: turn on reporting of GLSL version 1.20
2009-02-17 Brian Paulglsl: fix an array indexing bug
2009-02-17 Brian Paulglsl: added --params option to stand-alone GLSL compiler
2009-02-17 Brian Paulmesa: when printing/dumping instruction, include relati...
2009-02-17 Eric Anholtintel: Fix tri clear to do FBO color attachments as...
2009-02-17 Eric Anholti965: Fix fallback on stencil drawing to fbo when the...
2009-02-17 Eric Anholtintel: Clean up several 965 memory leaks on context...
2009-02-17 Alan Hourihanemesa: remove old comment as it's fixed elsewhere now.
2009-02-13 Michel Dänzergallium: Various coordinate fixups for texture transfers.
2009-02-13 Brian Paulmesa: check if TNL state is null in _tnl_free_vertices...
2009-02-13 Brian Paulmesa: add additional texture size/limit assertions
2009-02-12 Michel Dänzergallium: Fix GL_DEPTH CopyPixels tile coordinates.
2009-02-12 Michel Dänzergallium: Fix accumulation buffer tile coordinates.
2009-02-12 Robert EllisonglDrawBuffers(n==0) is valid
2009-02-12 Brian Paulmesa: use new ST_CALLOC_STRUCT() macro in gallium state...
2009-02-12 Brian Paulmesa: consistantly use mesa memory-functions in gallium...
2009-02-12 Brian Paulmesa: don't include m_xform.h where not needed
2009-02-12 Brian Paulmesa: move _mesa_transform_vector() from m_xform.c...
2009-02-12 Brian Paulmesa: remove unused functions in m_xform.[ch]
2009-02-12 Brian Paulmesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()
2009-02-12 Brian Paulmesa: remove empty, unneeded mathmod.h header
2009-02-12 Robert EllisonFix an i965 assertion failure on glClear()
2009-02-11 Brian Paulmesa: refactor MATH_SOURCES, remove Mesa x86 codegen...
2009-02-11 Brian Paulmesa: get rid of _math_init()
2009-02-11 Brian Paulglsl: allow setting arrays of samplers in set_program_u...
2009-02-11 Brian Paulglsl: raise GL_INVALID_OPERATION for glUniform(location...
2009-02-11 Brian Paulglsl: rework _mesa_get_uniform[fi]v() to avoid using...
2009-02-11 Brian Paulglsl: fix glUniform() array bounds error checking
2009-02-11 Brian Paulglsl: fix incorrect size returned by glGetActiveUniform...
2009-02-11 José Fonsecamesa: Use the stdio wrappers.
2009-02-11 José Fonsecamesa: Move statements after declarations.
2009-02-11 Eric Anholtintel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside...
2009-02-11 Eric Anholtsis: fix signedness warnings
2009-02-11 Eric Anholttrident: Fix signedness warning.
next