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
*
mesa: fix image unpacking when storing compressed textures
Brian Paul
2011-10-07
2
-6
/
+19
*
i965 Gen6+: De-compact clip planes.
Paul Berry
2011-10-06
7
-68
/
+56
*
i965 VS: Change nr_userclip to nr_userclip_planes.
Paul Berry
2011-10-06
4
-13
/
+16
*
i965: Make brw_compute_vue_map's userclip dependency a boolean.
Paul Berry
2011-10-06
13
-25
/
+32
*
i965: Move ClipPlanesEnabled state to VS cache key.
Paul Berry
2011-10-06
3
-1
/
+9
*
i965: Rearrange VS cache key struct.
Paul Berry
2011-10-06
1
-1
/
+11
*
mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()
Paul Berry
2011-10-06
13
-21
/
+30
*
mesa/es: Allow GL_CLIP_PLANE0+6 and GL_CLIP_PLANE0+7.
Kenneth Graunke
2011-10-06
1
-8
/
+6
*
mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.
Kenneth Graunke
2011-10-06
1
-2
/
+1
*
meta: Don't enable TEXTURE_RECTANGLE when it's unsupported.
Kenneth Graunke
2011-10-06
1
-1
/
+2
*
mesa: remove some unneeded forward struct declarations
Brian Paul
2011-10-05
1
-3
/
+0
*
st/mesa: fix comment
Brian Paul
2011-10-05
1
-1
/
+1
*
mesa: remove unused _mesa_rescale_teximage2d() function
Brian Paul
2011-10-05
2
-84
/
+0
*
mesa: remove unused gl_texture_image::DriverData field
Brian Paul
2011-10-05
2
-8
/
+0
*
st/mesa: don't use gl_texture_image::RowStride
Brian Paul
2011-10-05
1
-5
/
+7
*
st/mesa: completely stop using gl_texture_image::Data
Brian Paul
2011-10-05
2
-14
/
+19
*
st/mesa: stop using gl_texture_image::Data when mapping/unmapping textures
Brian Paul
2011-10-05
2
-33
/
+35
*
mesa: get rid of imageOffsets arrays in texstore code
Brian Paul
2011-10-05
10
-380
/
+232
*
swrast: update texfetch_funcs table for new int/uint formats
Brian Paul
2011-10-05
1
-0
/
+325
*
i965 Gen6: Implement gl_ClipVertex.
Paul Berry
2011-10-05
6
-10
/
+75
*
mesa: Add a gl_vert_result for gl_ClipVertex.
Paul Berry
2011-10-05
1
-3
/
+4
*
mesa: update fbo format tablet for integer types.
Dave Airlie
2011-10-05
1
-1
/
+61
*
mesa/texstore: add texstore paths for all the integer types.
Dave Airlie
2011-10-05
1
-12
/
+104
*
mesa/texformat: update choose_tex_format for integer types.
Dave Airlie
2011-10-05
1
-4
/
+79
*
mesa/formats: add rest of integer formats.
Dave Airlie
2011-10-05
2
-2
/
+562
*
texstore: create texstore table on first access.
Dave Airlie
2011-10-05
1
-149
/
+120
*
r200/r300/r600: remove dangling radeon_tex_getimage.c symlinks.
Paul Berry
2011-10-04
3
-3
/
+0
*
scons: add new files to src/mesa/SConscript
Brian Paul
2011-10-04
1
-0
/
+2
*
mesa: Remove unused gl_program::Attributes
Ian Romanick
2011-10-04
5
-34
/
+0
*
mesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walking the GLSL IR.
Ian Romanick
2011-10-04
5
-33
/
+32
*
mesa: Determine GL_ACTIVE_ATTRIBUTES by walking the GLSL IR.
Ian Romanick
2011-10-04
3
-1
/
+30
*
mesa: Remove unused gl_shader_program::Attributes
Ian Romanick
2011-10-04
3
-14
/
+2
*
mesa: Make _mesa_GetActiveAttribARB use the attributes in the shader IR
Ian Romanick
2011-10-04
1
-13
/
+38
*
mesa: Move _mesa_GetActiveAttribARB to shader_query.cpp
Ian Romanick
2011-10-04
2
-42
/
+32
*
mesa: Add gl_shader_program::AttributeBindings
Ian Romanick
2011-10-04
3
-1
/
+24
*
mesa: Move _mesa_BindAttribLocationARB to shader_query.cpp
Ian Romanick
2011-10-04
2
-52
/
+42
*
mesa: Add string_to_uint_map facade class
Ian Romanick
2011-10-04
3
-2
/
+122
*
mesa: Add hash_table_replace
Ian Romanick
2011-10-04
2
-0
/
+40
*
mesa: Move _mesa_GetAttribLocationARB to shader_query.cpp
Ian Romanick
2011-10-04
3
-42
/
+90
*
glapi: regen API files for new extension
Ian Romanick
2011-10-04
2
-3350
/
+3385
*
mesa: Remove ARB_draw_buffers extension enable flag
Ian Romanick
2011-10-04
6
-14
/
+3
*
mesa: Advertise NV_fbo_color_attachments on OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-0
/
+1
*
mesa: Advertise NV_draw_buffers in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-0
/
+1
*
mesa/es: Allow querying GL_DRAW_BUFFERi in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-17
/
+17
*
mesa/es: Allow querying GL_MAX_COLOR_ATTACHMENTS in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-4
/
+4
*
mesa/es: Allow other color attachments in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-1
/
+5
*
mesa/es: Make glDrawBuffersNV available in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-0
/
+13
*
mesa/es: Remove redundant renderbuffer target validation
Ian Romanick
2011-10-04
1
-25
/
+0
*
mesa/es: Validate FBO target enum in Mesa code rather than the ES wrapper
Ian Romanick
2011-10-04
2
-32
/
+4
*
mesa/es: Validate FBO attachment enum in Mesa code rather than the ES wrapper
Ian Romanick
2011-10-04
2
-28
/
+6
[next]