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
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri/i965: use CLOCK_LIBS over -lrt
Emil Velikov
2014-03-31
1
-1
/
+1
*
dri/common: LIBDRM_LIBS is not a linker/libtool flag, add it to LIBADD
Emil Velikov
2014-03-31
1
-1
/
+1
*
i965: Add Cherryview support.
Kenneth Graunke
2014-03-28
2
-0
/
+16
*
i965: Make sure we always compute valid index bounds before drawing.
Iago Toral Quiroga
2014-03-28
1
-1
/
+2
*
i965: Use intel_upload_space() for pull constant uploads.
Eric Anholt
2014-03-26
4
-33
/
+17
*
i965: Massively simplify the intel_upload implementation.
Eric Anholt
2014-03-26
4
-126
/
+77
*
i965: For fast color clears, only check the color of live channels.
Kevin Rogovin
2014-03-25
1
-1
/
+2
*
i965: Set Broadwell MOCS values everywhere it's possible.
Kenneth Graunke
2014-03-25
6
-12
/
+27
*
i965: fix dma_buf import with non-zero offset.
Gwenole Beauchesne
2014-03-25
1
-0
/
+9
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
13
-19
/
+19
*
i965: For color clears, only disable writes to components that exist.
Kenneth Graunke
2014-03-24
1
-1
/
+2
*
i965: Fix compiler warning about signed/unsigned.
Eric Anholt
2014-03-24
1
-1
/
+1
*
i965/gen8: Change the winsys MSAA blits from blorp to meta.
Eric Anholt
2014-03-24
4
-8
/
+152
*
i965: Skip reallocating the private MSAA miptree, unless it's resized.
Eric Anholt
2014-03-24
1
-17
/
+28
*
i965: Simplify the no-reopening-the-winsys-buffer tests.
Eric Anholt
2014-03-24
1
-22
/
+16
*
i965: Don't forget to free the old singlesample_mt.
Eric Anholt
2014-03-24
1
-0
/
+1
*
i965: Add an env var for forcing window system MSAA.
Eric Anholt
2014-03-24
2
-0
/
+17
*
i965/vec4: Eliminate dead writes to the flag register.
Matt Turner
2014-03-24
1
-18
/
+48
*
i965/vec4: Eliminate writes that are never read.
Matt Turner
2014-03-24
1
-0
/
+46
*
i965/vec4: Factor code out of DCE into a separate function.
Matt Turner
2014-03-24
1
-34
/
+39
*
i965/vec4: Let dead code eliminate trim dead channels.
Matt Turner
2014-03-24
1
-3
/
+26
*
i965/vec4: Track live ranges per-channel, not per vgrf.
Matt Turner
2014-03-24
2
-14
/
+41
*
i965/vec4: Don't dead code eliminate instructions writing the flag.
Matt Turner
2014-03-24
1
-1
/
+5
*
i965/vec4: Preparatory clean up of dead_code_eliminate().
Matt Turner
2014-03-24
1
-22
/
+23
*
i965/vec4: Add is_null() method to dst_reg.
Matt Turner
2014-03-24
2
-0
/
+10
*
i965/vec4: Print the predicate in dump_instructions().
Matt Turner
2014-03-24
1
-0
/
+5
*
i965/vec4: Rename depends_on_flags() to reads_flag().
Matt Turner
2014-03-24
2
-3
/
+3
*
i965/vec4: Add and use vec4_instruction::writes_flag().
Matt Turner
2014-03-24
2
-2
/
+7
*
i965/vec4: Add missing doxygen close brace.
Matt Turner
2014-03-24
1
-0
/
+1
*
i965: Report the type of color clear in INTEL_DEBUG=blorp.
Kenneth Graunke
2014-03-23
1
-2
/
+9
*
Revert "i965: For color clears, only disable writes to components that exist."
Kenneth Graunke
2014-03-21
1
-1
/
+1
*
i965: For color clears, only disable writes to components that exist.
Kenneth Graunke
2014-03-21
1
-1
/
+1
*
i965: Print number of multisamples in INTEL_DEBUG=blorp output.
Kenneth Graunke
2014-03-21
1
-4
/
+4
*
i965: Drop BLT TexSubImage Y-tiling restriction on Gen6+.
Kenneth Graunke
2014-03-21
1
-2
/
+2
*
i965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4/5 also.
Chris Forbes
2014-03-22
1
-1
/
+1
*
nouveau: don't assume libdrm include prefix
Jonathan Gray
2014-03-20
1
-1
/
+1
*
nouveau: there may not have been a texture if the fbo was incomplete
Ilia Mirkin
2014-03-19
1
-1
/
+2
*
nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format list
Ilia Mirkin
2014-03-19
1
-0
/
+1
*
i965: Drop some more dead code from the old CACHED_BATCH feature.
Eric Anholt
2014-03-18
4
-38
/
+0
*
i965: Drop special case for edgeflag thanks to Marek's change to core.
Eric Anholt
2014-03-18
1
-9
/
+0
*
i965: Enable EWA anisotropic filtering algorithm
Ian Romanick
2014-03-18
1
-0
/
+1
*
i965: Actually initialize simd16_unsupported and no16_msg.
Kenneth Graunke
2014-03-18
1
-0
/
+2
*
i965/upload: Refactor open-coded ALIGN-like computations.
Kenneth Graunke
2014-03-18
1
-3
/
+9
*
i965: Fix indentation in brw_upload_indices().
Kenneth Graunke
2014-03-18
1
-19
/
+19
*
i965: Consolidate code for setting brw->ib.start_vertex_offset.
Kenneth Graunke
2014-03-18
1
-9
/
+6
*
i965: Allocate register sets at screen creation, not context creation.
Kenneth Graunke
2014-03-18
6
-88
/
+88
*
i965: Allocate the screen using ralloc rather than calloc.
Kenneth Graunke
2014-03-18
1
-2
/
+3
*
i965: Accurately bail on SIMD16 compiles.
Kenneth Graunke
2014-03-18
3
-34
/
+82
*
i965/fs: Support pull parameters in SIMD16 mode.
Kenneth Graunke
2014-03-18
2
-11
/
+13
*
i965/fs: Use a single instance of the pull_constant_loc[] array.
Kenneth Graunke
2014-03-18
2
-28
/
+6
[next]