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
/
gallium
/
drivers
/
nv50
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir: make colorful ir dump output optional
Marcin Slusarz
2012-06-28
1
-5
/
+17
*
nv50: fix buffer reuse issues
Marcin Slusarz
2012-06-20
2
-0
/
+18
*
gallium: Add PIPE_CAP_START_INSTANCE
Fredrik Höglund
2012-06-19
1
-0
/
+1
*
nv50,nvc0: fix stream output target buffer leak
Marcin Slusarz
2012-06-14
1
-0
/
+1
*
nv50: disable stream output before reconfiguring it
Christoph Bumiller
2012-06-14
1
-2
/
+2
*
nv50/ir: handle NEG,ABS modifiers for short RCP encoding
Christoph Bumiller
2012-06-14
1
-0
/
+2
*
automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
2012-06-11
1
-3
/
+0
*
nouveau: fix scratch buffer leak
Marcin Slusarz
2012-06-05
1
-1
/
+1
*
nv50: fix nv50_stream_output_state leak
Marcin Slusarz
2012-06-05
1
-0
/
+3
*
nv50: fix symbol table memory leak
Marcin Slusarz
2012-06-05
1
-0
/
+3
*
nv50: hook up forgotten short constant buffer upload method
Marcin Slusarz
2012-05-29
1
-0
/
+1
*
nouveau: unreference fences on resource destruction
Christoph Bumiller
2012-05-29
1
-0
/
+3
*
nvc0/ir: allow 64-bit constant loads on nve4
Christoph Bumiller
2012-05-29
1
-0
/
+2
*
nvc0/ir: fix texture barrier insertion to prevent WAW hazards
Christoph Bumiller
2012-05-29
4
-8
/
+10
*
nvc0/ir: TEX doesn't support JOIN modifier either
Christoph Bumiller
2012-05-29
1
-0
/
+1
*
nv50: make unaligned index buffer offsets work again
Christoph Bumiller
2012-05-22
1
-1
/
+3
*
nouveau: place static buffers in VRAM if preferred by the driver
Christoph Bumiller
2012-05-17
1
-2
/
+8
*
nv50/ir: fix reversed order of lane ops in quadops
Christoph Bumiller
2012-05-17
1
-2
/
+3
*
nv50,nvc0: handle user vertex buffers
Christoph Bumiller
2012-05-17
6
-133
/
+152
*
nv50,nvc0: handle user index buffers
Christoph Bumiller
2012-05-17
4
-23
/
+25
*
nv50,nvc0: handle user constbufs without wrapping them in a resource
Christoph Bumiller
2012-05-17
7
-83
/
+110
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
1
-1
/
+0
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
2
-5
/
+17
|
\
|
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-0
/
+10
|
*
gallium: add void *user_buffer in pipe_index_buffer
Marek Olšák
2012-04-30
1
-1
/
+1
|
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
1
-2
/
+0
|
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
1
-1
/
+1
|
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-1
/
+2
|
*
gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT
Marek Olšák
2012-04-30
1
-0
/
+2
|
*
gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
2012-04-30
1
-0
/
+2
*
|
gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
José Fonseca
2012-05-11
1
-2
/
+1
*
|
gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.
José Fonseca
2012-05-11
1
-0
/
+2
*
|
gallium/tgsi: Define the TGSI_BUFFER texture target.
Francisco Jerez
2012-05-11
1
-2
/
+2
*
|
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
1
-2
/
+2
*
|
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-16
/
+18
*
|
nv50: handle VP without inputs
Marcin Slusarz
2012-05-07
1
-0
/
+11
*
|
nv50/ir/opt: don't lose saturation in tryCollapseChainedMULs
Christoph Bumiller
2012-05-06
1
-2
/
+3
*
|
nvc0/ir: fix lowering of textureGrad
Christoph Bumiller
2012-05-06
1
-4
/
+4
*
|
nv50: fix typo causing NULL-deref in nv50_resource_resolve
Christoph Bumiller
2012-05-04
1
-1
/
+1
*
|
nv50/ir: move expansion of IMUL to later stage and handle memory operands
Christoph Bumiller
2012-05-04
4
-17
/
+51
*
|
nv50: implement stream output
Christoph Bumiller
2012-05-04
12
-33
/
+468
*
|
nv50: enable array textures
Christoph Bumiller
2012-05-04
2
-3
/
+4
|
/
*
nv50,nvc0: fix depth/stencil resolve
Christoph Bumiller
2012-04-29
4
-26
/
+65
*
nvc0/ir/opt: INTERP does not support JOIN
Christoph Bumiller
2012-04-29
1
-0
/
+2
*
nv50/ir/opt: try to convert ABS(SUB) to SAD
Christoph Bumiller
2012-04-29
5
-15
/
+162
*
nvc0/ir: initial implementation of nve4 scheduling hints
Christoph Bumiller
2012-04-29
5
-4
/
+141
*
nvc0/ir: implement better placement of texture barriers
Christoph Bumiller
2012-04-29
7
-6
/
+58
*
nv50/ir/tgsi: fix handling of early RET
Christoph Bumiller
2012-04-29
1
-4
/
+5
*
nv50: fix typo in nv50_fragprog_assign_slots
Christoph Bumiller
2012-04-24
1
-1
/
+1
*
nv50,nvc0: handle new vertex fetch caps
Christoph Bumiller
2012-04-24
2
-0
/
+9
[next]