index
:
~suokko/mesa
ARB_sampler_object
ARB_sampler_object2
KHR_gl_texture_image
KHR_gl_texture_image2
constant_texture_sampler_wip
master
non-recursive-make
Mesa playground.
suokko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-10
meta: Use sampler object in framebuffer blit
HEAD
master
ARB_sampler_object
Pauli Nieminen
1
-17
/
+14
2012-06-10
meta: Add sampler object to texture decompression
Pauli Nieminen
1
-21
/
+24
2012-06-10
meta: texture rectangle textures may not have mipmaps
Pauli Nieminen
1
-2
/
+4
2012-06-10
meta: Use sampler object for mipmap generation
Pauli Nieminen
1
-25
/
+27
2012-06-10
mesa/samplerobj: Allow meta module to call sampler functions
Pauli Nieminen
2
-4
/
+15
2012-06-10
swrast: Support sampler object for texture fetching state
Pauli Nieminen
10
-358
/
+438
2012-06-10
mesa: Make ARB_sampler_objects mandator
Pauli Nieminen
6
-11
/
+3
2012-06-10
mesa/program: Use sampler object state if present
Pauli Nieminen
1
-1
/
+4
2012-06-10
mesa/ff_shader: Fix sampler state reading
Pauli Nieminen
1
-1
/
+4
2012-06-10
mesa: Check index buffer offset in DrawElements
Pauli Nieminen
1
-1
/
+2
2012-06-10
radeon&r200: Add support for ARB_shader_object
Pauli Nieminen
10
-46
/
+57
2012-06-10
radeon: Fix printf format not to warn in 64bit
Pauli Nieminen
1
-2
/
+2
2012-06-10
nouveau: Add support for ARB_sampler_object
Pauli Nieminen
3
-31
/
+39
2012-06-10
mesa/samplerobj: Avoid crash in sampler query if texture unit is disabled
Pauli Nieminen
1
-1
/
+3
2012-06-10
mesa/samplerobj: Support EXT_texture_sRGB_decode
Pauli Nieminen
1
-0
/
+56
2012-06-10
mesa/macros: Add ARRAY_SIZE helper macro core mesa
Pauli Nieminen
3
-4
/
+4
2012-06-10
mesa: Move DepthMode to texture object
Pauli Nieminen
12
-21
/
+19
2012-06-10
mesa: Remove unnecessary parameters CompressedTexImage
Pauli Nieminen
6
-20
/
+4
2012-06-10
mesa: Remove unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
9
-56
/
+29
2012-06-10
mesa: Remove unnecessary parameters from TexImage
Pauli Nieminen
9
-88
/
+33
2012-06-10
mesa/format_unpack: Fix YCBCR unpack
Pauli Nieminen
1
-36
/
+66
2012-06-08
mesa: Fix "glCopyBuffserSubData" typos in error messages and comments.
Kenneth Graunke
1
-10
/
+10
2012-06-08
glsl: Clean up warnings about deleting classes without virtual destructors.
Eric Anholt
1
-0
/
+10
2012-06-08
glsl: fix deref_hash memory leak in constant_expression_value
Marcin Slusarz
1
-2
/
+5
2012-06-08
glcpp: .gitignore cleanup
Andreas Boll
1
-3
/
+0
2012-06-08
glapi: .gitignore cleanup
Andreas Boll
1
-11
/
+0
2012-06-08
gallivm: Fix calculating rho for 3d textures for the single-quad case
Roland Scheidegger
1
-2
/
+1
2012-06-07
i965: Add forgotten bitcast operations in brw_fs_channel_expressions.
Kenneth Graunke
1
-0
/
+4
2012-06-07
i965/blorp: allow all buffer formats provided src and dst match.
Paul Berry
1
-25
/
+7
2012-06-07
i965/blorp: Implement logic for additional buffer formats.
Paul Berry
3
-7
/
+37
2012-06-07
i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set() function.
Paul Berry
1
-4
/
+4
2012-06-07
i965/blorp: Refactor surface format determination.
Paul Berry
4
-10
/
+10
2012-06-07
i965: Enable the GL_ARB_shader_bit_encode extension.
Kenneth Graunke
3
-0
/
+25
2012-06-07
st/mesa: Finally activate the ARB_shader_bit_encoding extension.
Olivier Galibert
1
-0
/
+4
2012-06-07
glsl: Bitwise conversion operator support in the software renderers.
Olivier Galibert
2
-0
/
+11
2012-06-07
glsl: Bitwise conversion operator support in ir_constant_expression.
Olivier Galibert
1
-0
/
+47
2012-06-07
glsl: Bitwise conversion operator support in ir_validate.
Olivier Galibert
1
-0
/
+16
2012-06-07
glsl: Bitwise conversion operator support in ir_expression.
Olivier Galibert
1
-0
/
+4
2012-06-07
glsl: New unary opcodes for ARB_shader_bit_encoding support.
Olivier Galibert
7
-11
/
+125
2012-06-07
glsl: Scaffolding for ARB_shader_bit_encoding.
Olivier Galibert
8
-0
/
+11
2012-06-07
mesa: Return 8 bits for GL_TEXTURE_RED_SIZE on RGTC formats.
Kenneth Graunke
1
-4
/
+4
2012-06-07
glsl: Hook up loop_variable_state destructor to plug a memory leak.
Kenneth Graunke
1
-0
/
+17
2012-06-06
radeon/llvm: Emulate RECIP_UINT instruction on Cayman
Tom Stellard
2
-4
/
+13
2012-06-06
radeon/llvm: Remove some duplicate code in the R600 CodeEmitter
Tom Stellard
1
-9
/
+3
2012-06-06
radeon/llvm: Fix MULLO* instructions on Cayman
Tom Stellard
4
-14
/
+53
2012-06-06
r600g: Compute support for Cayman
Tom Stellard
5
-66
/
+95
2012-06-06
xorg: port to new compat API.
Dave Airlie
8
-63
/
+162
2012-06-06
mesa: consolidate internal glCompressedTexSubImage1/2/3D code
Brian Paul
7
-138
/
+42
2012-06-06
mesa: consolidate internal glCompressedTexImage1/2/3D code
Brian Paul
7
-140
/
+44
2012-06-06
mesa: consolidate internal glCopyTexSubImage1/2/3D code
Brian Paul
10
-220
/
+62
[next]