summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* automake: Merge the dricore libglsl build into libdricore.Eric Anholt2012-06-111-1/+9
* automake: Move top-level makefile to automake.Eric Anholt2012-06-111-0/+17
* android: fix the buildTapani Pälli2012-06-111-29/+16
* mesa: Fix "glCopyBuffserSubData" typos in error messages and comments.Kenneth Graunke2012-06-081-10/+10
* i965: Add forgotten bitcast operations in brw_fs_channel_expressions.Kenneth Graunke2012-06-071-0/+4
* i965/blorp: allow all buffer formats provided src and dst match.Paul Berry2012-06-071-25/+7
* i965/blorp: Implement logic for additional buffer formats.Paul Berry2012-06-073-7/+37
* i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set() function.Paul Berry2012-06-071-4/+4
* i965/blorp: Refactor surface format determination.Paul Berry2012-06-074-10/+10
* i965: Enable the GL_ARB_shader_bit_encode extension.Kenneth Graunke2012-06-073-0/+25
* st/mesa: Finally activate the ARB_shader_bit_encoding extension.Olivier Galibert2012-06-071-0/+4
* glsl: Bitwise conversion operator support in the software renderers.Olivier Galibert2012-06-072-0/+11
* glsl: Scaffolding for ARB_shader_bit_encoding.Olivier Galibert2012-06-073-0/+3
* mesa: Return 8 bits for GL_TEXTURE_RED_SIZE on RGTC formats.Kenneth Graunke2012-06-071-4/+4
* mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul2012-06-067-138/+42
* mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul2012-06-067-140/+44
* mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul2012-06-0610-220/+62
* mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul2012-06-0610-195/+61
* mesa: consolidate internal glTexImage1/2/3D codeBrian Paul2012-06-0610-343/+73
* i965/fs: Fix user-defined FS outputs with less than four components.Kenneth Graunke2012-06-052-2/+9
* i965/vs: Fix texelFetchOffset() on pre-Gen7.Kenneth Graunke2012-06-051-2/+2
* i965/fs: Fix texelFetchOffset() on pre-Gen7.Kenneth Graunke2012-06-051-12/+28
* meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().Kenneth Graunke2012-06-051-0/+4
* mesa: Unbind ARB_transform_feedback2 binding points on Delete too.Kenneth Graunke2012-06-051-1/+7
* mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0.Kenneth Graunke2012-06-051-3/+18
* mesa: Unbind ARB_copy_buffer and transform feedback buffers on delete.Kenneth Graunke2012-06-051-0/+13
* st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.Vinson Lee2012-06-021-0/+4
* i965: Implement texture buffer objects on Gen6.Kenneth Graunke2012-06-022-0/+61
* mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).Kenneth Graunke2012-06-021-0/+8
* automake: Connect the libdricore target to make clean.Eric Anholt2012-06-011-0/+1
* intel: Change vendor string to "Intel Open Source Technology Center".Kenneth Graunke2012-06-011-1/+1
* scons: add code to generate the various GL API filesBrian Paul2012-05-312-2/+15
* draw: simplify index buffer specificationBrian Paul2012-05-311-5/+4
* mesa: don't compile integer clear shaders for unsupported APIsOliver McFadden2012-05-301-1/+1
* i965/blorp: Implement destination clipping and scissoringPaul Berry2012-05-291-5/+67
* mesa: Clean up some dricore-related detritus in the old Makefile.Eric Anholt2012-05-291-23/+7
* automake: Convert dricore building to automake.Eric Anholt2012-05-293-42/+93
* automake: Add a prefix variable to the common sources lists.Eric Anholt2012-05-293-277/+279
* automake: Rename variables in sources.mak to be automake compatible.Eric Anholt2012-05-293-67/+67
* mesa: Remove generated source files during make clean.Eric Anholt2012-05-291-0/+12
* mesa: Restore installing of libGL for non-dri builds.Eric Anholt2012-05-291-3/+7
* mesa: Remove the generated glapi from source control, and just build it.Eric Anholt2012-05-294-25414/+3
* i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx2012-05-291-1/+1
* gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller2012-05-291-0/+1
* i965/msaa: Enable 4x MSAA on Gen7.Paul Berry2012-05-252-9/+9
* i965/msaa: Implement manual blending operation for Gen7.Paul Berry2012-05-251-23/+67
* i965/msaa: Modify blorp code to account for Gen7 MSAA layouts.Paul Berry2012-05-253-68/+151
* i965/msaa: Validate Gen7 surface state constraints.Paul Berry2012-05-253-3/+109
* i965/msaa: Properly handle sliced layout for Gen7.Paul Berry2012-05-2510-58/+162
* i965/msaa: Add defines for Gen7.Paul Berry2012-05-251-0/+5