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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdpau-softpipe: Build correct source file - vl_winsys_xsp.c
Jakub Bogusz
2013-03-03
1
-1
/
+1
*
i965: Fix Crystal Well PCI IDs.
Kenneth Graunke
2013-03-03
2
-18
/
+18
*
r600g: Check comp_mask before merging export instructions
Vincent Lejeune
2013-03-03
1
-0
/
+1
*
r600g: fix check_and_set_bank_swizzle for cayman
Vadim Girlin
2013-03-03
1
-7
/
+3
*
st/mesa: add switch case for ir_txf_ms to silence warning
Brian Paul
2013-03-02
1
-0
/
+3
*
mesa: add switch case for ir_txf_ms to silence warning
Brian Paul
2013-03-02
1
-0
/
+3
*
i965: Pull query BO reallocation out into a helper function.
Kenneth Graunke
2013-03-01
1
-23
/
+33
*
i965: Replace the global brw->query.bo variable with query->bo.
Kenneth Graunke
2013-03-01
2
-16
/
+7
*
i965: Turn if (query->bo) into an assertion.
Kenneth Graunke
2013-03-01
1
-5
/
+5
*
i965: Unify query object BO reallocation code.
Kenneth Graunke
2013-03-01
1
-11
/
+10
*
i965: Use query->last_index instead of the global brw->query.index.
Kenneth Graunke
2013-03-01
2
-7
/
+6
*
i965: Remove brw_query_object::first_index field as it's always 0.
Kenneth Graunke
2013-03-01
2
-6
/
+3
*
i965: Add a pile of comments to brw_queryobj.c.
Kenneth Graunke
2013-03-01
1
-16
/
+143
*
i965: Write TIMESTAMP query values into the first buffer element.
Kenneth Graunke
2013-03-01
1
-4
/
+3
*
i965: Implement the new QueryCounter() hook.
Kenneth Graunke
2013-03-01
1
-6
/
+21
*
mesa: Add a new QueryCounter() hook for TIMESTAMP queries.
Kenneth Graunke
2013-03-01
2
-3
/
+9
*
tgsi: add texel offsets and derivatives to sampler interface
Roland Scheidegger
2013-03-02
3
-80
/
+194
*
draw: additional fix for the no-position case with llvm
Roland Scheidegger
2013-03-02
1
-20
/
+20
*
draw: fix no position output in non-llvm pipeline.
Roland Scheidegger
2013-03-02
1
-19
/
+19
*
draw/llvm: skip clipping and viewport transform if there's no position output
Roland Scheidegger
2013-03-02
1
-26
/
+31
*
llvmpipe: don't assert on illegal surface creation.
Roland Scheidegger
2013-03-02
2
-4
/
+4
*
llvmpipe: bump glsl version to 140
Roland Scheidegger
2013-03-02
2
-12
/
+5
*
gallivm: add support for texel offsets for ordinary texturing.
Roland Scheidegger
2013-03-02
3
-53
/
+210
*
svga: always link with C++
Brian Paul
2013-03-01
1
-5
/
+1
*
st/mesa: convert ir_triop_lrp to TGSI_OPCODE_LRP
Brian Paul
2013-03-01
1
-1
/
+4
*
docs: Mark some things done in GL3.txt
Chris Forbes
2013-03-02
1
-2
/
+2
*
winsys/radeon: Only add bo to hash table when creating flink
Martin Andersson
2013-03-01
1
-4
/
+4
*
i965: enable ARB_texture_multisample on Gen6+
Chris Forbes
2013-03-02
1
-0
/
+1
*
i965/fs: add support for ir_txf_ms on Gen6+
Chris Forbes
2013-03-02
3
-13
/
+54
*
i965/vs: add support for ir_txf_ms on Gen6+
Chris Forbes
2013-03-02
1
-4
/
+21
*
i965: add a new virtual opcode: SHADER_OPCODE_TXF_MS
Chris Forbes
2013-03-02
5
-0
/
+18
*
i965: take the target into account for Gen7 MSAA modes
Chris Forbes
2013-03-02
1
-3
/
+19
*
i965: Support multisampling in surface_state for textures
Chris Forbes
2013-03-02
2
-5
/
+6
*
i965: add support for multisample textures
Chris Forbes
2013-03-02
6
-7
/
+55
*
mesa: implement TexImage*Multisample
Chris Forbes
2013-03-02
1
-4
/
+163
*
mesa: support multisample textures in framebuffer completeness check
Chris Forbes
2013-03-02
1
-14
/
+37
*
i965: expose sample positions
Chris Forbes
2013-03-02
3
-43
/
+82
*
i965: add support for sample mask on Gen6+
Chris Forbes
2013-03-02
4
-9
/
+16
*
mesa: implement sample mask
Chris Forbes
2013-03-02
5
-2
/
+53
*
mesa: implement GetMultisamplefv
Chris Forbes
2013-03-02
3
-2
/
+34
*
i965: expose new max sample counts
Chris Forbes
2013-03-02
1
-2
/
+10
*
mesa: add new max sample count state
Chris Forbes
2013-03-02
3
-0
/
+13
*
glsl: add support for ARB_texture_multisample
Chris Forbes
2013-03-02
20
-26
/
+153
*
tests: add ARB_texture_multisample enums to table
Chris Forbes
2013-03-02
1
-0
/
+21
*
mesa: add texobj support for ARB_texture_multisample
Chris Forbes
2013-03-02
10
-22
/
+163
*
glapi: add ARB_texture_multisample
Chris Forbes
2013-03-02
7
-5
/
+128
*
intel: Use the new "ctx" local variable I just added some more.
Eric Anholt
2013-03-01
1
-2
/
+2
*
i965: Make sRGB-capable framebuffers by default.
Eric Anholt
2013-03-01
2
-3
/
+63
*
intel: Fix software copying of miptree faces for weird formats.
Eric Anholt
2013-03-01
3
-61
/
+77
*
intel: Add a flag for miptree mapping to disable transcoding.
Eric Anholt
2013-03-01
2
-4
/
+17
[next]