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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvc0: don't bother trying to set up compute for gk110+
Ilia Mirkin
2014-06-06
1
-3
/
+3
*
gk110: add in forgotten code for gk110 isa
Ilia Mirkin
2014-06-06
1
-0
/
+13
*
gk110/ir: emit texbar the same way that the blob does
Ilia Mirkin
2014-06-06
1
-1
/
+1
*
i915g: Remove 4444 and 5551 formats
Stéphane Marchesin
2014-06-05
2
-4
/
+2
*
nvc0/ir: Handle OP_POPCNT when folding constant expressions
Tobias Klausmann
2014-06-06
1
-0
/
+13
*
nvc0/ir: Handle OP_BFIND when folding constant expressions
Tobias Klausmann
2014-06-06
1
-0
/
+17
*
nvc0/ir: Handle reverse subop for OP_EXTBF when folding constant expressions
Tobias Klausmann
2014-06-06
1
-2
/
+6
*
nv50/ir: clear subop when folding constant expressions
Tobias Klausmann
2014-06-06
1
-0
/
+1
*
st/omx/enc: enable b frames
Leo Liu
2014-06-04
2
-3
/
+5
*
radeon/vce: implement h264 profile support
Leo Liu
2014-06-04
1
-1
/
+4
*
st/omx/enc: implement h264 profile support
Leo Liu
2014-06-04
2
-2
/
+49
*
vl: add more avc profiles
Leo Liu
2014-06-04
2
-1
/
+9
*
wgl: Disable CRT message boxes when Windows system error messages boxes are d...
José Fonseca
2014-06-04
3
-0
/
+43
*
r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-cleared
Marek Olšák
2014-06-03
2
-2
/
+4
*
radeonsi: BlitFramebuffer should follow render condition
Marek Olšák
2014-06-03
1
-5
/
+6
*
r600g: BlitFramebuffer should follow render condition
Marek Olšák
2014-06-03
1
-5
/
+6
*
r300g: BlitFramebuffer should follow render condition
Marek Olšák
2014-06-03
1
-3
/
+4
*
r600g,radeonsi: disable fast clear if render condition is on
Marek Olšák
2014-06-03
1
-0
/
+3
*
radeonsi: enable ARB_sample_shading
Marek Olšák
2014-06-02
1
-1
/
+1
*
radeonsi: implement SAMPLEMASK fragment shader output
Marek Olšák
2014-06-02
1
-3
/
+15
*
radeonsi: interpolate varyings at sample when full sample shading is enabled
Marek Olšák
2014-06-02
3
-12
/
+15
*
radeonsi: implement SAMPLEPOS fragment shader input
Marek Olšák
2014-06-02
5
-0
/
+76
*
radeonsi: implement SAMPLEID fragment shader input
Marek Olšák
2014-06-02
1
-1
/
+17
*
radeonsi: implement set_min_samples
Marek Olšák
2014-06-02
4
-2
/
+36
*
radeon: add basic register setup for per-sample shading
Marek Olšák
2014-06-02
4
-9
/
+13
*
radeon: split cayman_emit_msaa_state into 2 functions
Marek Olšák
2014-06-02
4
-14
/
+22
*
r600g: use TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
9
-9
/
+72
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
19
-1
/
+49
*
r600g: remove assert on draw with count == 0
Christoph Bumiller
2014-06-02
1
-1
/
+0
*
r600g: HW bug workaround for TGSI_OPCODE_BREAKC
Christoph Bumiller
2014-06-02
3
-4
/
+22
*
r600g: implement TGSI_OPCODE_BREAKC
Christoph Bumiller
2014-06-02
1
-1
/
+24
*
r600g: support all channels of TGSI_FILE_ADDRESS
Christoph Bumiller
2014-06-02
1
-28
/
+58
*
r600g: check for PIPE_BIND_BLENDABLE in is_format_supported
Christoph Bumiller
2014-06-02
2
-0
/
+18
*
r600g: handle PIPE_QUERY_GPU_FINISHED
Christoph Bumiller
2014-06-02
1
-0
/
+9
*
llvmpipe: (trivial) drop "unswizzled" from some function names
Roland Scheidegger
2014-05-31
2
-28
/
+30
*
llvmpipe: fix crash when not all attachments are populated in a fb
Roland Scheidegger
2014-05-31
1
-3
/
+9
*
softpipe: honor the render_condition_enable bit in blits.
Roland Scheidegger
2014-05-31
1
-0
/
+3
*
llvmpipe: honor the render_condition_enable bit in blits.
Roland Scheidegger
2014-05-31
1
-0
/
+3
*
gallium/docs: improve documentation of render condition wrt blits.
Roland Scheidegger
2014-05-31
2
-5
/
+9
*
svga: use svga_shader_too_large() in compile_vs()
Brian Paul
2014-05-31
1
-8
/
+36
*
svga: use svga_shader_too_large() in compile_fs()
Brian Paul
2014-05-31
1
-3
/
+1
*
svga: added svga_shader_too_large() helper
Brian Paul
2014-05-31
1
-0
/
+21
*
util: Do not use __builtin_clrsb with Intel C++ Compiler.
Vinson Lee
2014-05-30
1
-1
/
+1
*
st/wgl: use _debug_printf() instead of fprintf()
Brian Paul
2014-05-30
1
-7
/
+3
*
st/wgl: formatting fixes in stw_framebuffer.c
Brian Paul
2014-05-30
1
-82
/
+70
*
st/wgl: make stw_lookup_context_locked() an inline function
Brian Paul
2014-05-30
2
-15
/
+9
*
st/wgl: fix implementation of wglCreateContextAttribsARB()
Brian Paul
2014-05-30
3
-22
/
+136
*
st/wgl: add debug code to check that pixel format initialization worked
Brian Paul
2014-05-30
1
-3
/
+9
*
st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.
Brian Paul
2014-05-30
1
-1
/
+1
*
st/egl: do not link against libloader
Emil Velikov
2014-05-29
1
-1
/
+0
[next]