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
*
i965/blorp: Get rid of redundant num_samples blorp param.
Paul Berry
2013-12-09
5
-15
/
+12
*
i965/gen7+: Disentangle MSAA layout from fast clear state.
Paul Berry
2013-12-09
3
-48
/
+47
*
i965: Don't try to use HW blitter for glCopyPixels() when multisampled.
Paul Berry
2013-12-09
1
-0
/
+5
*
i965: Document conventions for counting layers in 2D multisample buffers.
Paul Berry
2013-12-09
4
-0
/
+27
*
i965/blorp: Improve fast color clear comment.
Paul Berry
2013-12-09
1
-1
/
+12
*
r300/compiler/tests: Fix line length check in test parser
Tom Stellard
2013-12-09
1
-1
/
+3
*
r300/compiler/tests: Fix segfault
Tom Stellard
2013-12-09
1
-6
/
+5
*
nouveau/video: update a few more h264 picparm field names
Ilia Mirkin
2013-12-09
1
-16
/
+17
*
nouveau/video: update h264 picparm field names based on usage
Ilia Mirkin
2013-12-09
1
-15
/
+13
*
nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
Ilia Mirkin
2013-12-09
2
-7
/
+2
*
nvc0: make sure nvd7 gets NVC8_3D_CLASS as well
Ilia Mirkin
2013-12-09
1
-1
/
+2
*
nv50: TXF already has integer arguments, don't try to convert from f32
Ilia Mirkin
2013-12-09
1
-7
/
+9
*
llvmpipe: clamp fragment shader depth write to the current viewport depth range.
Matthew McClure
2013-12-09
13
-29
/
+255
*
wayland: Add support for eglSwapInterval
Neil Roberts
2013-12-07
3
-40
/
+119
*
wayland: Block for the frame callback in get_back_bo not dri2_swap_buffers
Neil Roberts
2013-12-07
1
-14
/
+22
*
glapi: Do not include dlfcn.h on Windows.
Vinson Lee
2013-12-07
1
-0
/
+2
*
r600/llvm: Allow arbitrary amount of temps in tgsi to llvm
Vincent Lejeune
2013-12-07
2
-4
/
+45
*
freedreno/a3xx: add adreno 330 support
Rob Clark
2013-12-07
2
-4
/
+7
*
freedreno/a3xx/compiler: add ROUND
Rob Clark
2013-12-07
1
-0
/
+1
*
mesa: Require per-sample shading if the `sample` qualifier is used.
Chris Forbes
2013-12-07
1
-0
/
+8
*
glsl: Populate gl_fragment_program::IsSample bitfield
Chris Forbes
2013-12-07
1
-1
/
+4
*
mesa: add IsSample bitfield to gl_fragment_program
Chris Forbes
2013-12-07
1
-0
/
+6
*
glsl: Put `sample`-qualified varyings in their own packing classes
Chris Forbes
2013-12-07
1
-1
/
+1
*
glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Chris Forbes
2013-12-07
13
-4
/
+60
*
glsl: Add frontend support for `sample` auxiliary storage qualifier
Chris Forbes
2013-12-07
5
-4
/
+13
*
i965: Don't flag gather quirks for Gen8+
Chris Forbes
2013-12-07
1
-1
/
+1
*
i965/Gen7: Allow CMS layout for multisample textures
Chris Forbes
2013-12-07
1
-17
/
+1
*
i965/vs: Sample from MCS surface when required
Chris Forbes
2013-12-07
2
-7
/
+40
*
i965/fs: Sample from MCS surface when required
Chris Forbes
2013-12-07
3
-10
/
+41
*
i965: Add shader opcode for sampling MCS surface
Chris Forbes
2013-12-07
6
-0
/
+16
*
i965/Gen7: Include bitfield in the sampler key for CMS layout
Chris Forbes
2013-12-07
2
-0
/
+18
*
i965/Gen7: Move decision to allocate MCS surface into intel_mipmap_create
Chris Forbes
2013-12-07
1
-6
/
+8
*
i965/Gen7: emit mcs info for multisample textures
Chris Forbes
2013-12-07
1
-0
/
+5
*
i965/wm: Set copy of sample mask in 3DSTATE_PS correctly for Haswell
Chris Forbes
2013-12-07
1
-2
/
+7
*
i965: refactor sample mask calculation
Chris Forbes
2013-12-07
4
-33
/
+41
*
glsl: Don't emit empty declaration warning for a struct specifier
Ian Romanick
2013-12-06
1
-1
/
+1
*
st/xa: Bump major version number to 2
Thomas Hellstrom
2013-12-06
1
-1
/
+1
*
nvc0: fixup gk110 and up not being listed in various switch statements
Ben Skeggs
2013-12-06
7
-13
/
+27
*
i965: Replace non-standard INLINE macro with "inline".
Kenneth Graunke
2013-12-05
6
-22
/
+22
*
i965: Don't use GL types in files shared with intel-gpu-tools.
Kenneth Graunke
2013-12-05
6
-1035
/
+1035
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
72
-621
/
+621
*
i965: Drop trailing whitespace from files shared with intel-gpu-tools.
Kenneth Graunke
2013-12-05
5
-276
/
+276
*
tools/trace: More tweaks to state dumping.
José Fonseca
2013-12-05
1
-3
/
+12
*
trace: Reorder dumping of pipe_rasterizer_state.
José Fonseca
2013-12-05
1
-3
/
+11
*
trace: Dump pipe_sampler_state::seamless_cube_map.
José Fonseca
2013-12-05
1
-0
/
+1
*
radeonsi: Remove some stale XXX / FIXME comments
Michel Dänzer
2013-12-05
2
-5
/
+1
*
i965: Emit better code for ir_unop_sign.
Matt Turner
2013-12-04
2
-15
/
+49
*
i965/fs: New peephole optimization to flatten IF/BREAK/ENDIF.
Matt Turner
2013-12-04
4
-0
/
+99
*
i965/fs: Emit a MOV instead of a SEL if the sources are the same.
Matt Turner
2013-12-04
1
-19
/
+23
*
i965/fs: Extend SEL peephole to handle only matching MOVs.
Matt Turner
2013-12-04
1
-3
/
+2
[next]