index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flags
Ian Romanick
2011-09-26
1
-2
/
+0
*
mesa: Remove many extension enable flags
Ian Romanick
2011-09-26
1
-6
/
+0
*
st/mesa: remove unnecessary st_texture_match_image() parameters
Brian Paul
2011-09-22
3
-11
/
+7
*
st/mesa: Finalize texture on render-to-texture.
Michel Dänzer
2011-09-22
1
-3
/
+6
*
st/mesa: Convert size assertions to conditionals in st_texture_image_copy.
Brian Paul
2011-09-22
1
-3
/
+9
*
st/mesa: specify source mipmap level in decompress_with_blit()
Brian Paul
2011-09-20
1
-0
/
+3
*
glsl_to_tgsi: implement ir_binop_all_equal and ir_binop_any_nequal for native...
Bryan Cain
2011-09-20
1
-34
/
+85
*
st/mesa: Remove support for GL_EXT_blend_logic_op
Ian Romanick
2011-09-19
2
-10
/
+1
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-11
/
+11
*
mesa: add new DeleteTextureImage() driver hook
Brian Paul
2011-09-17
1
-0
/
+10
*
mesa: move _mesa_update_fetch_functions() calls into swrast
Brian Paul
2011-09-17
1
-5
/
+0
*
st/mesa: rewrap a long line
Brian Paul
2011-09-15
1
-3
/
+4
*
st/mesa: fix/update comment on st_translate_color()
Brian Paul
2011-09-14
1
-2
/
+3
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
2
-8
/
+7
*
st/mesa: fix incorrect debug output
Brian Paul
2011-09-13
1
-3
/
+2
*
st/mesa: clamp Max program param limits
Marek Olšák
2011-09-12
1
-2
/
+2
*
glsl_to_tgsi: use UARL instead of I2F and ARL
Bryan Cain
2011-09-10
1
-10
/
+6
*
glsl_to_tgsi: fix shadow2DArray comparison
Marek Olšák
2011-09-10
1
-3
/
+14
*
st/mesa: convert shadow array samplers to TGSI
Marek Olšák
2011-09-10
1
-0
/
+2
*
gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS
Marek Olšák
2011-09-10
1
-1
/
+4
*
st/mesa: init program MaxLocalParams, MaxEnvParams limits
Brian Paul
2011-09-09
1
-0
/
+6
*
st/mesa: Remove unused renderbuffer fields and functions.
Stéphane Marchesin
2011-09-07
2
-28
/
+1
*
st/mesa: remove unneeded #include
Brian Paul
2011-09-06
1
-1
/
+0
*
mesa/st: add support for 2101010 vertex format conversion.
Dave Airlie
2011-09-06
2
-1
/
+61
*
mesa: add a UniformBooleanTrue option
Bryan Cain
2011-09-05
1
-0
/
+1
*
glsl_to_tgsi: fixes for native integers and integer booleans
Bryan Cain
2011-09-04
1
-52
/
+118
*
mesa: handle zero-size buffers in MapBuffer and ranges in MapBufferRange (v3)
Marek Olšák
2011-09-02
1
-24
/
+8
*
glsl_to_tgsi: fix more potential shader reference leaks
Marek Olšák
2011-09-02
1
-0
/
+10
*
gallium: add caps for MIN/MAX texel offsets.
Dave Airlie
2011-09-02
1
-0
/
+3
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
2
-2
/
+46
*
mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.
Bryan Cain
2011-08-31
2
-4
/
+4
*
glsl: Use a separate div_to_mul_rcp lowering flag for integers.
Bryan Cain
2011-08-31
1
-1
/
+1
*
glsl_to_tgsi: fix a reference leak on an error path
Marek Olšák
2011-08-29
1
-0
/
+1
*
st/mesa: Add implementation of MapTextureImage.
Brian Paul
2011-08-29
1
-0
/
+45
*
mesa: Don't check for image->Data when freeing an image's contents.
Eric Anholt
2011-08-29
1
-2
/
+1
*
Rename some driver FreeTextureImageData functions to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-2
/
+2
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
2
-3
/
+3
*
glsl_to_tgsi: remove unused code
Marek Olšák
2011-08-27
2
-80
/
+0
*
glsl_to_tgsi: add TXF support. (v2)
Dave Airlie
2011-08-25
1
-3
/
+7
*
glsl_to_tgsi: implement TXS/TXQ. (v2)
Dave Airlie
2011-08-25
1
-9
/
+18
*
Change return type of try_emit_* methods to bool.
Kai Wasserbäch
2011-08-25
1
-5
/
+5
*
st/mesa: remove st_texture_image::face,level fields
Brian Paul
2011-08-24
4
-23
/
+17
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-43
/
+0
*
mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Remove target parameter from dd_function_table::MapBufferRange
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Remove target parameter from dd_function_table::GetBufferSubData
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::BufferSubData
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-1
/
+1
*
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
2011-08-23
1
-0
/
+1
[next]