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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
i965: Add WARN_ONCE for depthstencil workarounds we shouldn't be hitting.
Eric Anholt
2013-03-01
2
-0
/
+6
*
r600g: enable CP DMA on 6xx
Alex Deucher
2013-03-01
1
-1
/
+1
*
r600g: don't require dword alignment with CP DMA for buffer transfers
Marek Olšák
2013-03-01
5
-11
/
+9
*
r600g: always map uninitialized buffer range as unsynchronized
Marek Olšák
2013-03-01
6
-0
/
+45
*
gallium/util: add helper code for 1D integer range
Marek Olšák
2013-03-01
1
-0
/
+89
*
r600g: cleanup deprecated register tables
Marek Olšák
2013-03-01
3
-45
/
+14
*
r600g: unify vgt states
Marek Olšák
2013-03-01
5
-26
/
+9
*
r600g: flush and invalidate htile cache when appropriate
Marek Olšák
2013-03-01
6
-1
/
+21
*
r600g: atomize streamout enabling
Marek Olšák
2013-03-01
9
-87
/
+96
*
r600g: use async DMA with a non-zero src offset
Marek Olšák
2013-03-01
1
-1
/
+1
*
r600g: pad the DMA CS to a multiple of 8 dwords
Marek Olšák
2013-03-01
1
-2
/
+14
*
intel: Enable __DRI_API_OPENGL_CORE api with dri2 contexts
Jordan Justen
2013-02-28
1
-0
/
+2
*
intel: update max versions based on MESA_GL_VERSION_OVERRIDE
Jordan Justen
2013-02-28
1
-0
/
+10
*
mesa version: add _mesa_get_gl_version_override
Jordan Justen
2013-02-28
2
-27
/
+70
*
glsl: allow GLSL compiler version to be overridden to 1.50
Jordan Justen
2013-02-28
2
-0
/
+3
*
i965/fs: Put immediate operand as src2
Matt Turner
2013-02-28
1
-1
/
+1
*
intel: Remove intel_mipmap_tree::wraps_etc
Chad Versace
2013-02-28
2
-21
/
+3
*
ir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.
Matt Turner
2013-02-28
1
-2
/
+5
*
i965/vs: Assert that ir_triop_lrp was lowered.
Matt Turner
2013-02-28
1
-0
/
+4
*
i965/fp: Use the LRP instruction for OPCODE_LRP.
Matt Turner
2013-02-28
1
-8
/
+4
*
i965/fs: Use the LRP instruction for ir_triop_lrp when possible.
Kenneth Graunke
2013-02-28
7
-5
/
+75
*
i965: Add support for emitting the LRP instruction.
Kenneth Graunke
2013-02-28
4
-0
/
+4
*
glsl: Optimize ir_triop_lrp(x, y, a) with a = 0.0f or 1.0f
Matt Turner
2013-02-28
1
-0
/
+11
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
11
-12
/
+84
*
glsl: Rework ir_reader to handle expressions with three operands.
Kenneth Graunke
2013-02-28
1
-26
/
+19
*
glsl: Consolidate ir_expression constructors that use explicit types.
Kenneth Graunke
2013-02-28
2
-37
/
+10
*
i965/vs/gen7: Allow MATH instructions to have MRF as a destination
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/fs/gen7: Allow MATH instructions to have MRF as a destination
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/gen7: Relax restrictions on fake MRFs
Matt Turner
2013-02-28
1
-2
/
+4
*
i965/fs: Remove duplicate scan_inst->mlen check
Matt Turner
2013-02-28
1
-5
/
+0
*
clover: Fix build with LLVM 3.3 v2
Tom Stellard
2013-02-28
2
-9
/
+40
*
attrib: push/pop FRAGMENT_PROGRAM_ARB state
Jordan Justen
2013-02-28
1
-0
/
+12
*
r600g: workaround hyperz lockup on evergreen
Jerome Glisse
2013-02-28
4
-2
/
+23
*
texobj: add verbose api trace messages to several routines
Jordan Justen
2013-02-27
1
-0
/
+21
*
llvmpipe: check buffers in llvmpipe_is_resource_referenced.
Roland Scheidegger
2013-02-28
3
-8
/
+24
*
llvmpipe: support rendering to buffer render targets.
Roland Scheidegger
2013-02-28
4
-47
/
+61
*
util: fix issues with util_clear_render_target.
Roland Scheidegger
2013-02-28
1
-9
/
+46
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
15
-189
/
+249
[next]