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
/
gallium
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
1
-9
/
+0
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
1
-13
/
+0
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-17
/
+0
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
1
-16
/
+0
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
1
-8
/
+0
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
1
-11
/
+0
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
1
-34
/
+0
*
gallium/docs: fix NRM, NRM4 docs
Brian Paul
2014-11-01
1
-12
/
+24
*
gallium: introduce PIPE_CAP_CLIP_HALFZ.
Mathias Fröhlich
2014-10-24
1
-0
/
+3
*
gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa
Marek Olšák
2014-10-21
1
-0
/
+2
*
gallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_ir
Tom Stellard
2014-10-16
1
-2
/
+2
*
gallium: add doc note about cube textures and can_create_resource()
Brian Paul
2014-09-30
1
-0
/
+2
*
gallium: add a texture target to sampler view and a CAP to use it
Ilia Mirkin
2014-09-12
1
-0
/
+4
*
gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
Timothy Arceri
2014-08-27
1
-0
/
+1
*
gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED
Tobias Klausmann
2014-08-19
1
-0
/
+2
*
gallium: add GLX_MESA_query_renderer caps
Emil Velikov
2014-08-15
1
-0
/
+8
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
2
-2
/
+12
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
1
-1
/
+0
*
gallium/docs: Document TEX2/TXL2/TXB2 instructions and fix up other tex doc
Roland Scheidegger
2014-08-05
1
-25
/
+102
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-1
/
+1
*
gallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTED
Tom Stellard
2014-07-25
1
-0
/
+2
*
gallium/docs: minor clarification for TXQ instruction
Brian Paul
2014-07-10
1
-0
/
+4
*
gallium: add INTERP_* opcodes to support interpolateAt*
Ilia Mirkin
2014-07-09
1
-0
/
+23
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-0
/
+5
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
1
-2
/
+4
*
gallium: Add PIPE_SHADER_CAP_DOUBLES
Tom Stellard
2014-07-02
1
-0
/
+2
*
gallium: add facilities for indirect drawing
Christoph Bumiller
2014-07-02
1
-0
/
+3
*
gallium: add PIPE_BIND_COMMAND_ARGS_BUFFER
Christoph Bumiller
2014-07-02
1
-0
/
+3
*
gallium: add a cap for max vertex streams
Ilia Mirkin
2014-07-01
1
-0
/
+3
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-0
/
+4
*
gallium: add vertex stream argument to EMIT/ENDPRIM
Ilia Mirkin
2014-07-01
1
-4
/
+4
*
gallium: implement ARB_texture_query_levels
Marek Olšák
2014-06-19
1
-1
/
+5
*
gallium: Add PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITS
Bruno Jiménez
2014-06-12
1
-0
/
+2
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
2
-0
/
+12
*
gallium/docs: improve documentation of render condition wrt blits.
Roland Scheidegger
2014-05-31
1
-3
/
+7
*
gallium/docs: clarify when query results are reset
Rob Clark
2014-05-14
1
-0
/
+2
*
gallium: add a cap for supporting 4-offset TG4 opcodes
Ilia Mirkin
2014-05-07
1
-0
/
+2
*
gallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY
Tom Stellard
2014-04-29
1
-0
/
+2
*
gallium: add new opcodes for ARB_gs5 bit manipulation support
Ilia Mirkin
2014-04-28
1
-0
/
+75
*
gallium: add GS_INVOCATIONS property
Ilia Mirkin
2014-04-26
1
-0
/
+8
*
gallium: add INVOCATIONID semantic
Ilia Mirkin
2014-04-26
1
-0
/
+6
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
3
-0
/
+24
*
gallium/docs: fix PIPE_CAP_ENDIANNESS delimiter, remove trailing spaces
Ilia Mirkin
2014-04-19
1
-4
/
+4
*
gallium: add a way to query min/max texture gather offsets
Ilia Mirkin
2014-04-10
1
-0
/
+4
*
gallium: add support for LODQ opcodes.
Dave Airlie
2014-04-07
2
-0
/
+14
*
gallium/docs: fix silent math failures due to ~ and &
Ilia Mirkin
2014-04-01
1
-60
/
+60
*
gallium/docs: line up some of the equations
Ilia Mirkin
2014-04-01
1
-28
/
+16
*
gallium/docs: fix incorrect/missing references
Ilia Mirkin
2014-04-01
6
-6
/
+10
*
gallium/docs: fix use of _ in math sections
Ilia Mirkin
2014-04-01
1
-10
/
+10
*
gallium/docs: add format to index
Ilia Mirkin
2014-04-01
2
-2
/
+3
[next]