summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* intel: Implement __DRIimage::createSubImage and bump supported version to 5Kristian Høgsberg2012-07-113-3/+50
* intel: Add offset field to miptreeKristian Høgsberg2012-07-116-8/+18
* intel: Add support for new __DRIimage formatsKristian Høgsberg2012-07-111-0/+15
* i965: Revert the VBOs-in-system-memory hack.Eric Anholt2012-07-111-8/+5
* dri2: Hard-code the DRI2 versionIan Romanick2012-07-111-1/+1
* mesa: Remove unneeded extern qualifiersChad Versace2012-07-101-2/+2
* i965: Add hardware context support.Kenneth Graunke2012-07-104-6/+21
* mesa/test: Update name of GL_TIME_ELAPSEDIan Romanick2012-07-101-1/+1
* st/mesa: implement ARB_timer_queryMarek Olšák2012-07-102-0/+19
* mesa: implement glGet(GL_TIMESTAMP) v2Marek Olšák2012-07-102-1/+20
* mesa: add ARB_timer_query to the extension listMarek Olšák2012-07-101-0/+1
* mesa: add QueryCounter display list supportMarek Olšák2012-07-101-0/+24
* mesa: implement TIMESTAMP query and glQueryCounterMarek Olšák2012-07-101-6/+72
* i965/fs: Invalidate live intervals after copy propagation.Eric Anholt2012-07-061-0/+3
* i965/fs: Invalidate live intervals in passes that remove an instruction.Eric Anholt2012-07-061-0/+6
* i965/vs: Move the other two src_reg/dst_reg constructors to brw_vec4.cpp.Eric Anholt2012-07-062-43/+43
* i965/vs: Move class functions to brw_vec4.cpp.Eric Anholt2012-07-062-106/+126
* i965/fs: Move class functions from the header to .cpp files.Eric Anholt2012-07-063-278/+326
* st/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3Marek Olšák2012-07-061-4/+1
* intel: Share common __DRIimage allocation codeKristian Høgsberg2012-07-051-40/+19
* intel: Just look up image->internal_format using _mesa_get_format_base_formatKristian Høgsberg2012-07-051-10/+2
* intel: Remove unused __DRIimage::data_type fieldKristian Høgsberg2012-07-052-13/+0
* Revert "mesa: #define fprintf to be __mingw_fprintf() on Mingw32"Brian Paul2012-07-051-10/+0
* mesa: use the PRIx64 macro for printing 64-bit hexadecimal valuesBrian Paul2012-07-051-5/+6
* intel: Fix a comment typo.Eric Anholt2012-07-041-1/+1
* mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne2012-07-042-0/+2
* mesa/st: gl_ClipDistance must be interpolated in 3d space.Olivier Galibert2012-07-041-2/+2
* Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."Marek Olšák2012-07-042-2/+0
* mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne2012-07-032-0/+2
* i965/fs: Allow copy propagation on uniforms.Eric Anholt2012-07-031-4/+7
* i965/fs: Allow copy propagation with source modifiers.Eric Anholt2012-07-031-3/+17
* i965/fs: Move copy propagation test out to a separate function.Eric Anholt2012-07-032-6/+20
* msaa: Make meta-ops save and restore state of GL_MULTISAMPLE.Paul Berry2012-07-022-1/+17
* i965/msaa: Fix centroid interpolation of unlit pixels.Paul Berry2012-07-024-4/+39
* i965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragment shader backend.Paul Berry2012-07-024-2/+39
* i965: fix transform feedback with primitive restartJordan Justen2012-07-023-0/+18
* i965: Re-enable rendering to SNORM formats.Kenneth Graunke2012-07-021-6/+1
* meta: Don't alter fragment color clamp in DrawPixels().Kenneth Graunke2012-07-021-1/+0
* mesa: use FLUSH_CURRENT and not FLUSH_VERTICES in _mesa_validate_*Marek Olšák2012-07-021-7/+14
* mesa: point to Makefile.old in the srcdirDylan Noblesmith2012-07-021-3/+3
* mesa: fix parser source gen for out-of-tree buildsDylan Noblesmith2012-07-021-0/+2
* mesa: fix api source gen for out-of-tree buildsDylan Noblesmith2012-07-021-2/+4
* st/mesa: use DEBUG_INCOMPLETE_FBO debug flagBrian Paul2012-06-291-7/+3
* mesa: remove some unused gl_dlist_state fieldsBrian Paul2012-06-291-6/+0
* vbo: optimize validation for glMultiDrawElementsMarek Olšák2012-06-283-12/+82
* vbo: first ASSERT_OUTSIDE_BEGIN_END then FLUSH, not the other way aroundMarek Olšák2012-06-282-28/+6
* vbo: don't call twice _mesa_valid_to_render in DrawArraysInstancedBaseInstanceMarek Olšák2012-06-281-5/+2
* mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffersMarek Olšák2012-06-288-18/+20
* mesa: more const qualifiers to match the latest glext.hBrian Paul2012-06-275-8/+9
* glapi: add const qualifier to glShaderSourceARB() parameterBrian Paul2012-06-271-1/+1