i965: minor code clean-ups, comments
[mesa.git] / src / mesa / main /
2009-03-09 Brian Paulmesa: reorder register file enums
2009-03-07 Brian Paulmesa: move shared context state functions to new shared...
2009-03-07 Brian Paulmesa: move glViewport and glDepthRange functions into...
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: remove last of _mesa_unreference_framebuffer...
2009-03-07 Alan CoopersmithAdd Solaris to OS'es using PROT_EXEC mmap() to get...
2009-03-06 Brian Paulmesa: added _mesa_read_shader() function to read shader...
2009-03-06 José Fonsecamesa: Reads must also be done with lock held.
2009-03-06 José Fonsecamesa: Fix typo.
2009-03-04 Brian Paulmesa: call _mesa_get_cpu_features() during one-time...
2009-03-04 Brian Paulmesa: new cpuinfo.c file to init/query cpu info and...
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José Fonsecamesa: Follow ARB_map_buffer_range more stricly.
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 Brian Paulmesa: fix sw fallback state validation bug
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-03 Keith Whitwellmesa: add MapBufferRange driver callbacks
2009-03-03 Keith Whitwellmesa: Add BeginVertices driver call
2009-03-03 Brian Paulmesa: more tex image debug/dumping code
2009-03-02 Brian Paulmesa: move call to update_texture_compare_function()
2009-03-02 Brian Paulmesa: fix texture enable regression
2009-03-02 Brian Paulmesa: use _mesa_reference_texobj() when setting texUnit...
2009-03-02 Brian Paulmesa: don't draw arrays if vertex position array is...
2009-03-02 Brian Paulmesa: remove warning/short-circuit of stencil enable...
2009-03-02 Brian Paulmesa: add ctx->Stencil._Enabled field
2009-03-02 Brian Paulmesa: fixed computation of _EnabledCoordUnits
2009-03-02 Brian Paulmesa: clarify comments for per-unit texture bitfields
2009-03-02 Brian Paulmesa: move texture_override() code into calling loop
2009-03-02 Brian Paulmesa: move update_texture_compare_function() call out...
2009-03-02 Brian Paulmesa: remove unused AUX buffers
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-28 Brian Paulmesa: rename, reorder FRAG_RESULT_x tokens
2009-02-28 Brian Paulmesa: convert some #defines to enums
2009-02-28 Brian Paulmesa: move _GenFlags = 0x0 to texgen loop
2009-02-28 Brian Paulmesa: move #include "bitset.h" out of mtypes.h - not...
2009-02-28 David Millermesa: Sparc's IROUND() optimization is invalid.
2009-02-28 Brian Paulmesa: move GLfixed type and related macros to swrast...
2009-02-28 Brian Paulmesa: convert macro to inline function
2009-02-28 Brian Paulmesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_...
2009-02-28 Brian Paulmesa: comments, whitespace, reformatting
2009-02-28 Brian Paulmesa: remove dead code
2009-02-28 Brian Paulmesa: move gl_attrib_node struct to attrib.c too
2009-02-28 Brian Paulmesa: move gl_enable_attrib struct to attrib.c, the...
2009-02-28 Brian Paulmesa: lots of updated comments, formatting clean-ups
2009-02-27 Brian Paulmesa: set bufObj->Pointer = NULL after unmapping
2009-02-27 Brian Paulmesa: if a buffer object is mapped when glDeleteBuffers...
2009-02-27 Brian Paulmesa: updated comments
2009-02-27 Brian Paulmesa: fix incorrect error handling in glBufferDataARB()
2009-02-27 Brian Paulmesa: avoid extraneous calls to ctx->Driver.BindFramebu...
2009-02-27 David S. Millermesa: Resurrect SPARC asm code.
2009-02-25 Brian Paulmesa: fix merge conflict (in comment)
2009-02-24 Brian Paulmesa: use quotes for #include
2009-02-23 Brian Paulmesa: include compiler.h, fixes cell build, remove...
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-23 Tomas Wilhelmssonmesa: fixes for building on Haiku
2009-02-23 José Fonsecamesa: Fix windows build.
2009-02-22 Brian Paulmesa: remove unneeded #include
2009-02-22 Brian Paulmesa: #include, misc clean-ups
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-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-20 Brian Paulmesa: add TexShadow field to prog_instruction
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 Brian Paulmesa: convert VERT_RESULT_* from #defines to enum,...
2009-02-18 Brian Paulmesa: increase MAX_UNIFORMS to 1024 (of vec4 type)
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
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-17 Brian Paulmesa: add some debug code to help diagnose incomplete...
2009-02-17 Brian Paulmesa: turn on reporting of GLSL version 1.20
2009-02-13 Brian Paulmesa: add additional texture size/limit assertions
2009-02-12 Robert EllisonglDrawBuffers(n==0) is valid
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: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()
2009-02-11 Brian Paulmesa: get rid of _math_init()
2009-02-11 José Fonsecamesa: Move statements after declarations.
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Brian Paulmesa: remove the unused _mesa_UpdateTexEnvProgram(...
2009-02-10 Brian Paulmesa: another fix for program/texture state validation
2009-02-10 Brian Paulmesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_ST...
2009-02-10 Brian Paulmesa: fix/change state validation order for program...
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-09 Roland Scheideggermesa: fixes for srgb formats
2009-02-09 Roland Scheideggerfix _mesa_get_teximage for srgb textures
next