index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
svga: remove unused svga_shader::use_sm30 field, add comments
Brian Paul
2012-08-08
2
-4
/
+9
*
svga: remove unused svga_winsys_handle type
Brian Paul
2012-08-08
1
-3
/
+0
*
radeonsi: If pixel shader compilation fails, use a dummy shader.
Michel Dänzer
2012-08-08
4
-1
/
+25
*
radeonsi: fix memory leak and/or segfaults
Christian König
2012-08-08
1
-1
/
+1
*
radeon/winsys: fix winsys VM handling
Christian König
2012-08-08
1
-3
/
+4
*
translate: Fix typo in is_legal_int_format_combo.
Vinson Lee
2012-08-07
1
-1
/
+1
*
r600g: remove unused parameters in texture functions
Marek Olšák
2012-08-07
1
-5
/
+3
*
i965: Enable uniform buffer objects on gen6+.
Eric Anholt
2012-08-07
1
-0
/
+1
*
i965/vs: Add support for loading uniform buffer variables as pull constants.
Eric Anholt
2012-08-07
2
-2
/
+55
*
i965/fs: Add support for loading uniform buffer variables as pull constants.
Eric Anholt
2012-08-07
3
-1
/
+50
*
i965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT instructions.
Eric Anholt
2012-08-07
3
-10
/
+17
*
i965/fs: Communicate the pull constant block read parameters through fs_regs.
Eric Anholt
2012-08-07
3
-6
/
+20
*
i965: Bind UBOs as surfaces like we do for pull constants.
Eric Anholt
2012-08-07
6
-3
/
+110
*
i965: Add an offset argument to constant buffer setup.
Eric Anholt
2012-08-07
5
-6
/
+11
*
mesa: Add support for glUniformBlockBinding() in display lists.
Eric Anholt
2012-08-07
1
-0
/
+27
*
mesa: Unbind uniform buffer bindings on glDeleteBuffers().
Eric Anholt
2012-08-07
1
-0
/
+7
*
mesa: Default to GL 3.1's limits on uniform blocks.
Eric Anholt
2012-08-07
1
-11
/
+15
*
glsl: Refuse to parse uniform block declarations when UBOs aren't available.
Eric Anholt
2012-08-07
1
-0
/
+20
*
glsl: Align GL_UNIFORM_BLOCK_DATA_SIZE according to std140 rules.
Eric Anholt
2012-08-07
1
-1
/
+13
*
glsl: Only flag RowMajor on matrix-type variables.
Eric Anholt
2012-08-07
1
-5
/
+9
*
glsl: Fix calculation of std140 offset alignment for mat2s.
Eric Anholt
2012-08-07
1
-4
/
+9
*
glsl: Fix glGetActiveUniformsiv(GL_UNIFORM_BLOCK_INDEX).
Eric Anholt
2012-08-07
1
-3
/
+13
*
ir_to_mesa: Don't whack the ->location field of uniform block variables.
Eric Anholt
2012-08-07
1
-1
/
+1
*
mesa: Make glBindBufferBase/glBindBufferRange() work on just-genned names.
Eric Anholt
2012-08-07
1
-12
/
+25
*
glsl: Add a lowering pass to turn complicated UBO references to vector loads.
Eric Anholt
2012-08-07
3
-0
/
+315
*
glsl: Add a variant of the rvalue visitor for handle_rvalue() on the way down.
Eric Anholt
2012-08-07
2
-11
/
+147
*
glsl: Add a "ubo_load" expression type for fetches from UBOs.
Eric Anholt
2012-08-07
8
-1
/
+38
*
glsl: Fix a reference to UniformBlocks during uniform linking.
Eric Anholt
2012-08-07
1
-3
/
+3
*
glsl: Update the notes on adding a new expression type.
Eric Anholt
2012-08-07
1
-1
/
+0
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
15
-58
/
+53
*
intel: Fix compiler warnings from winsys msaa.
Eric Anholt
2012-08-07
2
-3
/
+1
*
intel: Advertise multisample DRI2 configs on gen >= 6
Chad Versace
2012-08-07
1
-3
/
+51
*
intel: Clarify intel_screen_make_configs
Chad Versace
2012-08-07
1
-20
/
+16
*
dri: Simplify use of driConcatConfigs
Chad Versace
2012-08-07
5
-22
/
+13
*
intel: Refactor creation of DRI2 configs
Chad Versace
2012-08-07
1
-91
/
+98
*
intel: Downsample on DRI2 flush
Chad Versace
2012-08-07
1
-0
/
+31
*
intel: Support mapping multisample miptrees
Chad Versace
2012-08-07
2
-6
/
+126
*
intel: Refactor use of intel_miptree_map
Chad Versace
2012-08-07
1
-15
/
+50
*
intel: Refactor intel_miptree_map/unmap
Chad Versace
2012-08-07
1
-17
/
+50
*
i965: Mark needed downsamples for msaa winsys buffers
Chad Versace
2012-08-07
4
-6
/
+29
*
intel: Define functions for up/downsampling on miptrees
Chad Versace
2012-08-07
1
-2
/
+72
*
i965: Add function brw_blorp_blit_miptrees
Chad Versace
2012-08-07
2
-4
/
+37
*
intel: Allocate miptree for multisample DRI2 buffers
Chad Versace
2012-08-07
3
-8
/
+162
*
intel: Refactor creation of hiz and mcs miptrees
Chad Versace
2012-08-07
2
-16
/
+19
*
intel: Set num samples for winsys renderbuffers
Chad Versace
2012-08-07
3
-11
/
+21
*
intel: Refactor quantize_num_samples
Chad Versace
2012-08-07
2
-3
/
+7
*
intel: Update stale comment for intel_miptree_slice::map
Chad Versace
2012-08-07
1
-2
/
+2
*
i965: add more Haswell PCI IDs
Paulo Zanoni
2012-08-07
2
-4
/
+98
*
softpipe: fix loop limit for tex_cache[] array
Brian Paul
2012-08-07
1
-1
/
+1
*
st/mesa: Fix a potential memory leak in get_mesa_program.
Vinson Lee
2012-08-06
1
-1
/
+2
[prev]
[next]