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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl: add H264 encoding interface
Christian König
2014-02-11
5
-5
/
+64
*
i965: Don't call abort() on an unknown device.
Kenneth Graunke
2014-02-11
2
-2
/
+4
*
glsl: Add locking to builtin_builder singleton
Daniel Kurtz
2014-02-11
1
-1
/
+10
*
i965/fs: Simplify FS_OPCODE_SET_OMASK stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-4
/
+2
*
i965/fs: Simplify FS_OPCODE_SET_SAMPLE_ID stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-2
/
+1
*
r600g: add support for multiple viewports.
Dave Airlie
2014-02-11
9
-40
/
+98
*
st/mesa: add support for GL_ARB_viewport_array (v0.2)
Dave Airlie
2014-02-11
5
-56
/
+73
*
st/mesa: add support for viewport index semantic
Dave Airlie
2014-02-11
1
-0
/
+9
*
i965: Program 2x MSAA sample positions.
Kenneth Graunke
2014-02-10
3
-4
/
+16
*
i965: Store 4x MSAA sample positions in a scalar value, not an array.
Kenneth Graunke
2014-02-10
3
-4
/
+4
*
i965: Duplicate less code in GetSamplePositions driver hook.
Kenneth Graunke
2014-02-10
1
-11
/
+12
*
nouveau/video: make sure that firmware is present when checking caps
Ilia Mirkin
2014-02-10
3
-4
/
+147
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
33
-103
/
+103
*
mesa: remove duplicated init of MaxViewports
Maxence Le Doré
2014-02-09
1
-3
/
+0
*
gallium: add geometry shader output limits
Grigori Goronzy
2014-02-09
15
-1
/
+54
*
mesa: Removed unnecessary check for NULL pointer when freeing memory
Siavash Eliasi
2014-02-09
1
-2
/
+1
*
nv30: report 8 maximum inputs
Ilia Mirkin
2014-02-08
1
-1
/
+1
*
nv50/ir/ra: some register spilling fixes
Christoph Bumiller
2014-02-09
1
-5
/
+34
*
mesa: update assertion in detach_shader() for geom shaders
Brian Paul
2014-02-08
1
-0
/
+1
*
mesa: allocate gl_debug_state on demand
Brian Paul
2014-02-08
9
-153
/
+274
*
mesa: trivial clean-ups in errors.c
Brian Paul
2014-02-08
1
-41
/
+84
*
mesa: remove _mesa_ prefix from some static functions
Brian Paul
2014-02-08
1
-27
/
+23
*
i965: Label JIP and UIP in Broadwell shader disassembly.
Kenneth Graunke
2014-02-07
1
-2
/
+6
*
i965: Don't disassemble UIP field for Broadwell WHILE instructions.
Kenneth Graunke
2014-02-07
1
-2
/
+1
*
i965: Don't print source registers for Broadwell flow control.
Kenneth Graunke
2014-02-07
1
-13
/
+14
*
i965: Fix fast depth clear values on Broadwell.
Kenneth Graunke
2014-02-07
1
-1
/
+4
*
nvc0: handle TGSI_SEMANTIC_LAYER
Christoph Bumiller
2014-02-07
5
-5
/
+4
*
nvc0: create the SW object
Christoph Bumiller
2014-02-07
2
-0
/
+10
*
nvc0/ir/emit: hardcode vertex output stream to 0 for now
Christoph Bumiller
2014-02-07
1
-2
/
+7
*
i965: Enable ARB_texture_gather for one component on Gen6.
Chris Forbes
2014-02-08
2
-1
/
+3
*
i965/vec4: Emit shader w/a for Gen6 gather
Chris Forbes
2014-02-08
2
-0
/
+32
*
i965/fs: Emit shader w/a for Gen6 gather
Chris Forbes
2014-02-08
2
-0
/
+35
*
i965: Add surface format overrides for Gen6 gather
Chris Forbes
2014-02-08
1
-5
/
+32
*
i965: Add Gen6 gather wa to sampler key
Chris Forbes
2014-02-08
2
-0
/
+32
*
glsl: Optimize triop_csel with all-true or all-false.
Eric Anholt
2014-02-07
1
-0
/
+7
*
glsl: Optimize various cases of fma (aka MAD).
Eric Anholt
2014-02-07
1
-0
/
+13
*
glsl: Optimize lrp(x, x, coefficient) --> x.
Eric Anholt
2014-02-07
1
-0
/
+2
*
glsl: Optimize pow(x, 1) -> x.
Eric Anholt
2014-02-07
1
-0
/
+4
*
glsl: Optimize log(exp(x)) and exp(log(x)) into x.
Eric Anholt
2014-02-07
1
-0
/
+36
*
glsl: Optimize ~~x into x.
Eric Anholt
2014-02-07
1
-0
/
+5
*
i965: Add some informative debug when the X Server botches DRI2 GetBuffers.
Eric Anholt
2014-02-07
1
-1
/
+11
*
i965: Remove redundant check in blitter-based glBlitFramebuffer().
Eric Anholt
2014-02-07
1
-10
/
+0
*
i965: Fix Gen8+ disassembly of half float subregister numbers.
Kenneth Graunke
2014-02-07
1
-0
/
+1
*
i965: Use the new brw_load_register_mem helper for draw indirect.
Kenneth Graunke
2014-02-07
1
-31
/
+22
*
i965: Implement a brw_load_register_mem helper function.
Kenneth Graunke
2014-02-07
2
-0
/
+32
*
i965: Fix INTEL_DEBUG=vs for fixed-function/ARB programs.
Kenneth Graunke
2014-02-07
2
-4
/
+4
*
glsl: Don't lose precision qualifiers when encountering "centroid".
Kenneth Graunke
2014-02-07
1
-1
/
+1
*
st/mesa: avoid sw fallback for getting/decompressing textures
Brian Paul
2014-02-07
1
-1
/
+3
*
gallium/tgsi: correct typo propagated from NV_vertex_program1_1
Erik Faye-Lund
2014-02-07
2
-3
/
+3
*
gallium/tgsi: use CLAMP instead of open-coded clamps
Erik Faye-Lund
2014-02-07
1
-22
/
+4
[next]