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
...
*
intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
Eric Anholt
2012-08-12
7
-10
/
+11
*
meta: texture rectangle textures may not have mipmaps
Pauli Nieminen
2012-08-12
1
-2
/
+4
*
meta: Use sampler object for mipmap generation
Pauli Nieminen
2012-08-12
1
-25
/
+27
*
mesa/samplerobj: Avoid crash in sampler query if texture unit is disabled
Pauli Nieminen
2012-08-12
1
-1
/
+3
*
mesa: Remove unnecessary parameters CompressedTexImage
Pauli Nieminen
2012-08-12
6
-20
/
+4
*
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
*
gbm: Fix build without gallium_drm_loader
Chí-Thanh Christopher Nguyễn
2012-08-12
1
-0
/
+2
*
radeonsi: move drawing into new state handling
Christian König
2012-08-11
4
-103
/
+72
*
radeonsi: move sync handling into new state handler
Christian König
2012-08-11
10
-172
/
+100
*
radeonsi: separate and disable streamout for now
Christian König
2012-08-11
10
-241
/
+301
*
radeonsi: remove ps_partial_flush
Christian König
2012-08-11
4
-28
/
+1
*
radeonsi: remove r6xx_flush_and_inv atom
Christian König
2012-08-11
2
-9
/
+0
*
radeonsi: move init state to new state handling
Christian König
2012-08-11
5
-22
/
+6
*
radeonsi: add support for PKT3 cmds to new state handling
Christian König
2012-08-11
2
-9
/
+30
*
radeonsi: cleanup shader headers
Christian König
2012-08-11
6
-40
/
+97
*
softpipe: fix softpipe_delete_fs_state() failed assertion
Brian Paul
2012-08-10
1
-2
/
+4
*
cso: rearrange some structure fields for consistency
Brian Paul
2012-08-10
1
-2
/
+3
*
st/mesa: fix renderbuffer validation bug
Brian Paul
2012-08-10
1
-0
/
+6
*
gallivm: fix crash in lp_sampler_static_state()
Brian Paul
2012-08-10
1
-4
/
+3
*
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
*
glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.
Kenneth Graunke
2012-08-08
2
-2
/
+2
*
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
*
mesa/tests: Fix trivial typos in src/mapi/glapi tests
Ian Romanick
2012-08-08
1
-4
/
+4
*
mesa/tests: Add tests for the generated shared-glapi dispatch table
Ian Romanick
2012-08-08
3
-0
/
+490
*
glapi: Prevent accidental use of lies w/shared-glapi
Ian Romanick
2012-08-08
1
-0
/
+6
*
glx: Don't use glapitable.h at all
Ian Romanick
2012-08-08
4
-7
/
+14
*
glx: Don't rely on struct _glapi_table
Ian Romanick
2012-08-08
3
-680
/
+675
*
mesa/tests: Don't build glapi tests with shared-glapi
Ian Romanick
2012-08-08
1
-0
/
+2
*
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
*
gallivm: remove unused src_elem_type variable
Brian Paul
2012-08-08
1
-2
/
+1
[prev]
[next]