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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Remove unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
2012-08-12
9
-56
/
+29
*
mesa: Remove unnecessary parameters from TexImage
Pauli Nieminen
2012-08-12
9
-88
/
+33
*
st/mesa: fix renderbuffer validation bug
Brian Paul
2012-08-10
1
-0
/
+6
*
st/mesa: fix glCopyTexSubImage crash
Brian Paul
2012-08-10
1
-1
/
+9
*
intel: Always downsample in intel_miptree_map_multisample
Chad Versace
2012-08-09
1
-3
/
+0
*
i965/gen6+: Add support for edge flags.
Eric Anholt
2012-08-09
3
-6
/
+51
*
i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.
Eric Anholt
2012-08-09
1
-0
/
+10
*
i965/vs: Add comment noting copy_edgeflag state dependency.
Eric Anholt
2012-08-09
1
-0
/
+2
*
i965/vs: Add support for copying user edge flags.
Eric Anholt
2012-08-09
1
-2
/
+11
*
i965/fs: Fix the FS inputs setup when some SF outputs aren't used in the FS.
Olivier Galibert
2012-08-09
2
-2
/
+25
*
st/mesa: Initialize tgsi_texture_offset Padding field.
Vinson Lee
2012-08-08
1
-0
/
+1
*
intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2
Tapani Pälli
2012-08-08
2
-4
/
+9
*
i965: Rework the extra flushes surrounding occlusion queries.
Kenneth Graunke
2012-08-08
1
-7
/
+4
*
i965/vs: Protect pow(x,y) MOV of y on gen4 from other instruction flags.
Eric Anholt
2012-08-08
1
-0
/
+4
*
i965: Drop the confusing saturate argument to math instruction setup.
Eric Anholt
2012-08-08
8
-44
/
+6
*
i965: Make brw_set_saturate() use stdbool.
Eric Anholt
2012-08-08
2
-3
/
+3
*
mesa: In conditional rendering fallback, check the query status.
Eric Anholt
2012-08-08
1
-0
/
+2
*
mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.
Eric Anholt
2012-08-08
1
-0
/
+13
*
i965: Use 64-bit writes for occlusion queries.
Kenneth Graunke
2012-08-08
1
-2
/
+3
*
i965: Refactor depth count write PIPE_CONTROLs into a helper function.
Kenneth Graunke
2012-08-08
1
-68
/
+43
*
i965: Emit a CS stall before timestamp writes.
Kenneth Graunke
2012-08-08
1
-0
/
+14
*
i965: Use 64-bit writes for timestamp queries.
Kenneth Graunke
2012-08-08
1
-2
/
+3
*
i965: Refactor timestamp write PIPE_CONTROLs into a helper function.
Kenneth Graunke
2012-08-08
1
-50
/
+30
*
intel: Make the length for PIPE_CONTROL explicit.
Kenneth Graunke
2012-08-08
4
-20
/
+20
*
swrast: add missing switch case for API_OPENGL_CORE
Brian Paul
2012-08-08
1
-0
/
+2
*
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
*
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 "ubo_load" expression type for fetches from UBOs.
Eric Anholt
2012-08-07
5
-0
/
+21
*
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
4
-14
/
+9
*
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
[prev]
[next]