index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
get.c: Rename EXTRA_VERSION_ES2 to EXTRA_API_ES2
Kristian Høgsberg
2012-06-18
1
-5
/
+5
*
st/mesa: properly allocate MSAA renderbuffers
Marek Olšák
2012-06-16
1
-3
/
+31
*
st/mesa: make unsupported renderbuffer formats always fail as FBO incomplete
Marek Olšák
2012-06-16
1
-4
/
+10
*
st/mesa: separate sw renderbuffer allocation from hw one
Marek Olšák
2012-06-16
1
-75
/
+93
*
mesa: if AllocStorage doesn't choose a format, report FRAMEBUFFER_UNSUPPORTED
Marek Olšák
2012-06-16
1
-1
/
+10
*
st/mesa: don't do srgb->linear conversion in decompress_with_blit
Marek Olšák
2012-06-15
1
-0
/
+1
*
gallium: Add support for ir_unop_f2u to tgsi backend.
Paul Berry
2012-06-15
1
-0
/
+6
*
ir_to_mesa: Add support for ir_unop_f2u to ir_to_mesa backend.
Paul Berry
2012-06-15
1
-0
/
+1
*
i965: Add support for ir_unop_f2u to i965 backend.
Paul Berry
2012-06-15
3
-0
/
+3
*
i965/blorp: Implement source clipping.
Paul Berry
2012-06-15
1
-3
/
+11
*
scons: add st_atom_array.c to the build
Brian Paul
2012-06-15
1
-0
/
+1
*
st/mesa: atomize vertex array state
Marek Olšák
2012-06-15
7
-578
/
+625
*
st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) color output
Brian Paul
2012-06-14
1
-2
/
+11
*
glx/tests and mesa/tests: Update .gitignore files.
Paul Berry
2012-06-14
1
-0
/
+2
*
windows/gdi: Remove GL_NV_register_combiners and GL_NV_vertex_array_range exp...
José Fonseca
2012-06-14
1
-15
/
+0
*
mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functions
Ian Romanick
2012-06-13
2
-0
/
+1873
*
mesa: move variable declaration out of loop to fix MSVC build
Brian Paul
2012-06-12
1
-1
/
+2
*
mesa: Fix bool-int mismatch
Stéphane Marchesin
2012-06-12
1
-4
/
+5
*
mesa: Fix hash table leak
Antoine Labour
2012-06-12
2
-6
/
+15
*
mesa: Free uniforms correclty.
Antoine Labour
2012-06-12
1
-1
/
+2
*
meta: Cleanup the resources we allocate.
Antoine Labour
2012-06-12
1
-6
/
+66
*
mesa: Build git_sha1.h before computing dependencies.
Eric Anholt
2012-06-12
1
-1
/
+1
*
mesa: Unbind GL_TEXTURE_BUFFER on DeleteBuffers.
Kenneth Graunke
2012-06-11
1
-0
/
+4
*
mesa: Make glPrimitiveRestartIndex execute immediately in display lists.
Kenneth Graunke
2012-06-11
1
-0
/
+3
*
mesa: Check for a negative "size" parameter in glCopyBufferSubData().
Kenneth Graunke
2012-06-11
1
-0
/
+6
*
scons: Fix scons build.
José Fonseca
2012-06-11
1
-0
/
+2
*
automake: Merge the dricore libglsl build into libdricore.
Eric Anholt
2012-06-11
1
-1
/
+9
*
automake: Move top-level makefile to automake.
Eric Anholt
2012-06-11
1
-0
/
+17
*
android: fix the build
Tapani Pälli
2012-06-11
1
-29
/
+16
*
mesa: Fix "glCopyBuffserSubData" typos in error messages and comments.
Kenneth Graunke
2012-06-08
1
-10
/
+10
*
i965: Add forgotten bitcast operations in brw_fs_channel_expressions.
Kenneth Graunke
2012-06-07
1
-0
/
+4
*
i965/blorp: allow all buffer formats provided src and dst match.
Paul Berry
2012-06-07
1
-25
/
+7
*
i965/blorp: Implement logic for additional buffer formats.
Paul Berry
2012-06-07
3
-7
/
+37
*
i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set() function.
Paul Berry
2012-06-07
1
-4
/
+4
*
i965/blorp: Refactor surface format determination.
Paul Berry
2012-06-07
4
-10
/
+10
*
i965: Enable the GL_ARB_shader_bit_encode extension.
Kenneth Graunke
2012-06-07
3
-0
/
+25
*
st/mesa: Finally activate the ARB_shader_bit_encoding extension.
Olivier Galibert
2012-06-07
1
-0
/
+4
*
glsl: Bitwise conversion operator support in the software renderers.
Olivier Galibert
2012-06-07
2
-0
/
+11
*
glsl: Scaffolding for ARB_shader_bit_encoding.
Olivier Galibert
2012-06-07
3
-0
/
+3
*
mesa: Return 8 bits for GL_TEXTURE_RED_SIZE on RGTC formats.
Kenneth Graunke
2012-06-07
1
-4
/
+4
*
mesa: consolidate internal glCompressedTexSubImage1/2/3D code
Brian Paul
2012-06-06
7
-138
/
+42
*
mesa: consolidate internal glCompressedTexImage1/2/3D code
Brian Paul
2012-06-06
7
-140
/
+44
*
mesa: consolidate internal glCopyTexSubImage1/2/3D code
Brian Paul
2012-06-06
10
-220
/
+62
*
mesa: consolidate internal glTexSubImage1/2/3D code
Brian Paul
2012-06-06
10
-195
/
+61
*
mesa: consolidate internal glTexImage1/2/3D code
Brian Paul
2012-06-06
10
-343
/
+73
*
i965/fs: Fix user-defined FS outputs with less than four components.
Kenneth Graunke
2012-06-05
2
-2
/
+9
*
i965/vs: Fix texelFetchOffset() on pre-Gen7.
Kenneth Graunke
2012-06-05
1
-2
/
+2
*
i965/fs: Fix texelFetchOffset() on pre-Gen7.
Kenneth Graunke
2012-06-05
1
-12
/
+28
*
meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().
Kenneth Graunke
2012-06-05
1
-0
/
+4
*
mesa: Unbind ARB_transform_feedback2 binding points on Delete too.
Kenneth Graunke
2012-06-05
1
-1
/
+7
[prev]
[next]