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
*
radeonsi: Use FP16 shader export format when necessary / possible.
Michel Dänzer
2012-08-27
6
-18
/
+114
*
radeonsi: Refactor initialization of shader export intrinsic arguments.
Michel Dänzer
2012-08-27
1
-36
/
+48
*
radeonsi: Maintain cache of pixel shader variants according to contxt state.
Michel Dänzer
2012-08-27
6
-59
/
+210
*
radeonsi: Drop extraneous semicolons from pm4 state macro definitions.
Michel Dänzer
2012-08-27
1
-3
/
+3
*
r600g: implement compression for MSAA colorbuffers for evergreen
Marek Olšák
2012-08-27
12
-19
/
+529
*
r600g: cleanup names around depth decompression
Marek Olšák
2012-08-27
5
-24
/
+24
*
r600g: fix evergreen 8x MSAA sample positions
Marek Olšák
2012-08-27
1
-16
/
+16
*
r600g: set CB_TARGET_MASK to 0xf and not 0xff for resolve on evergreen
Marek Olšák
2012-08-27
1
-0
/
+1
*
gallium/u_blitter: initialize sample mask in resolve
Marek Olšák
2012-08-27
1
-0
/
+1
*
r300/compiler: Use variable lists in the rename_regs pass
Tom Stellard
2012-08-26
1
-17
/
+14
*
i965: Rewrite the comment describing the query object support.
Eric Anholt
2012-08-26
1
-10
/
+12
*
i965/gen6+: Add support for GL_ARB_timer_query.
Eric Anholt
2012-08-26
4
-0
/
+62
*
i965: Add support for GL_ARB_occlusion_query2.
Eric Anholt
2012-08-26
1
-0
/
+1
*
mesa: Add constants for the GL_QUERY_COUNTER_BITS per target.
Eric Anholt
2012-08-26
2
-1
/
+44
*
i965: Fix accumulator_contains() test to also reject swizzles of the dst.
Eric Anholt
2012-08-26
1
-1
/
+1
*
st/dri: Support width and height getters
Jakob Bornecrantz
2012-08-26
1
-1
/
+7
*
st/dri: Claim to support validate_usage
Jakob Bornecrantz
2012-08-26
1
-1
/
+16
*
dri: Make query image WIDTH and HEIGHT be version 4
Jakob Bornecrantz
2012-08-26
1
-0
/
+4
*
dri: Remove image write function
Jakob Bornecrantz
2012-08-26
3
-31
/
+0
*
gbm: Use libkms to replace DRI cursor images
Jakob Bornecrantz
2012-08-26
4
-12
/
+65
*
i965: Don't set iz_lookup the FS precompile's program key on Gen6+.
Kenneth Graunke
2012-08-25
1
-7
/
+10
*
i965/fs: Fix INTEL_DEBUG=perf program key printing.
Kenneth Graunke
2012-08-25
1
-18
/
+18
*
mesa: Use a new, more specific hook for shader uniform changes.
Kenneth Graunke
2012-08-25
4
-2
/
+19
*
i965: Use linker-assigned sampler IDs in instruction encoding.
Kenneth Graunke
2012-08-25
5
-35
/
+74
*
i965: Add a "sampler state index" parameter to update_sampler_state().
Kenneth Graunke
2012-08-25
3
-14
/
+15
*
i965: Un-hardcode WM binding table from update_texture_surface.
Kenneth Graunke
2012-08-25
3
-20
/
+31
*
i965/vs: Rename "sampler" to "texunit" in texturing code.
Kenneth Graunke
2012-08-25
1
-5
/
+5
*
i965/fs: Rename "sampler" to "texunit" in texturing code.
Kenneth Graunke
2012-08-25
1
-14
/
+14
*
i965/fs: Remove unused 'sampler' parameter in emit_texture_genX().
Kenneth Graunke
2012-08-25
2
-15
/
+9
*
i965: Set SWIZZLE_NOOP for unused texture units in the program keys.
Kenneth Graunke
2012-08-25
1
-3
/
+2
*
i965: Remove four and a half year old TODO comments about samplers.
Kenneth Graunke
2012-08-25
2
-8
/
+0
*
i965: Fix brw_link_shader to return false rather than NULL.
Kenneth Graunke
2012-08-25
1
-1
/
+1
*
mesa/es: Validate glGetBufferParameteriv pname in Mesa code rather than the E...
Ian Romanick
2012-08-24
2
-10
/
+6
*
mesa/es: Validate glMapBuffer access in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-4
/
+9
*
mesa/es: Validate glBufferData usage in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-11
/
+18
*
mesa/es: Validate buffer object targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-36
/
+8
*
mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-15
/
+6
*
mesa/es: Remove redundant vertex pointer size validation
Ian Romanick
2012-08-24
1
-6
/
+0
*
mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-7
/
+2
*
mesa/es: Validate TexCoordPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-16
/
+6
*
mesa/es: Validate NormalPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-13
/
+6
*
mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-5
/
+2
*
mesa/es: Validate ColorPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-14
/
+8
*
mesa/es: Remove redundant vertex attrib pointer type validation
Ian Romanick
2012-08-24
1
-22
/
+0
*
mesa/es: Remove redundant vertex attrib pointer size validation
Ian Romanick
2012-08-24
1
-7
/
+0
*
mesa/es: Disallow BGRA vertex arrays in ES or ES2 contexts
Ian Romanick
2012-08-24
1
-0
/
+5
*
mesa: Rearrange array type checking, filter more types in ES
Ian Romanick
2012-08-24
1
-9
/
+25
*
mesa: Refactor element type checking into its own function
Ian Romanick
2012-08-24
1
-23
/
+25
*
wgl: update some comments
Brian Paul
2012-08-24
2
-2
/
+2
*
st/mesa: don't do (generic) compression of 1D or 1D_ARRAY textures
Brian Paul
2012-08-24
1
-1
/
+11
[next]