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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Introduce a globally-available minify() macro.
Eric Anholt
2013-04-21
6
-36
/
+21
*
mesa: Generalize TexStorage allocator between swrast and intel.
Eric Anholt
2013-04-21
2
-27
/
+2
*
mesa: Add performance debug for meta code.
Eric Anholt
2013-04-21
1
-3
/
+25
*
intel: Mention how much data we're trying to subdata in perf debug.
Eric Anholt
2013-04-21
1
-2
/
+3
*
mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.
Eric Anholt
2013-04-19
4
-37
/
+44
*
Revert "i965: Check reg.nr for BRW_ARF_NULL instead of reg.file."
Matt Turner
2013-04-18
1
-1
/
+1
*
i965: Check reg.nr for BRW_ARF_NULL instead of reg.file.
Matt Turner
2013-04-17
1
-1
/
+1
*
i965: Implement work-around for CMP with null dest on Haswell.
Matt Turner
2013-04-17
1
-0
/
+12
*
i965/vec4: Fix hypothetical use of uninitialized data in attribute_map[].
Paul Berry
2013-04-17
1
-0
/
+11
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
14
-14
/
+0
*
intel: Don't dereference a NULL pointer of calloc fails
Ian Romanick
2013-04-17
1
-0
/
+4
*
i965: Trim trailing whitespace in brw_defines.h.
Eric Anholt
2013-04-17
1
-144
/
+144
*
r200: fix build failure introduced with cbbcb0247e6aa8d7adc274a94206ee02f9c70bea
Laurent Carlier
2013-04-17
1
-1
/
+1
*
mesa: remove gl_context::_TriangleCaps
Brian Paul
2013-04-17
1
-3
/
+4
*
mesa: remove DD_TRI_LIGHT_TWOSIDE flag
Brian Paul
2013-04-17
3
-7
/
+16
*
mesa: remove DD_TRI_UNFILLED flag
Brian Paul
2013-04-17
5
-11
/
+31
*
mesa: remove DD_TRI_STIPPLE flag
Brian Paul
2013-04-17
1
-0
/
+2
*
mesa: remove DD_TRI_OFFSET flag
Brian Paul
2013-04-17
1
-0
/
+4
*
mesa: remove DD_POINT_ATTEN flag
Brian Paul
2013-04-17
1
-1
/
+3
*
mesa: remove DD_POINT_SMOOTH flag
Brian Paul
2013-04-17
2
-2
/
+2
*
mesa: remove DD_LINE_STIPPLE flag
Brian Paul
2013-04-17
1
-1
/
+3
*
mesa: remove DD_SEPARATE_SPECULAR flag
Brian Paul
2013-04-17
3
-3
/
+6
*
intel: Add a null pointer check before dereferencing the pointer
Anuj Phogat
2013-04-17
1
-0
/
+9
*
i965: Enable the Bay Trail platform.
Kenneth Graunke
2013-04-16
3
-0
/
+24
*
build: Get rid of DRIVER_DIRS
Matt Turner
2013-04-15
1
-22
/
+0
*
i965: Shut up the last release build warning.
Eric Anholt
2013-04-12
1
-0
/
+1
*
i965: Silence one more compile warning.
Eric Anholt
2013-04-12
1
-0
/
+1
*
i965: Fix a warning in the release build.
Eric Anholt
2013-04-12
1
-2
/
+1
*
i965: Fix an unused variable warning in the release build.
Eric Anholt
2013-04-12
1
-4
/
+2
*
i965: Fix an unused variable warning in the release build.
Eric Anholt
2013-04-12
1
-1
/
+0
*
intel: Return failure properly in the texsubimage blit path.
Eric Anholt
2013-04-12
1
-1
/
+1
*
intel: Fix a warning in the release build.
Eric Anholt
2013-04-12
1
-2
/
+1
*
intel: Fix an unused variable warning in the release build.
Eric Anholt
2013-04-12
1
-2
/
+2
*
intel: Improve diagnostics for emit_linear_blit failure path.
Eric Anholt
2013-04-12
1
-2
/
+5
*
i965: Fix error path for MCS allocation.
Eric Anholt
2013-04-12
1
-1
/
+1
*
i830: Move assert-only code into the assert.
Eric Anholt
2013-04-12
1
-4
/
+1
*
i965/fs: Fix some untriggered optimization bugs with uncompressed/sechalf.
Eric Anholt
2013-04-12
1
-4
/
+4
*
i965/fs: Add basic-block-level dead code elimination.
Eric Anholt
2013-04-12
2
-0
/
+161
*
i965/fs: Remove incorrect note of writing attr in centroid workaround.
Eric Anholt
2013-04-12
1
-1
/
+1
*
i965/fs: Add a helper function for checking for partial register updates.
Eric Anholt
2013-04-12
5
-22
/
+24
*
mesa: Add a macro to bitset for determining bitset size.
Eric Anholt
2013-04-12
2
-3
/
+2
*
i965: Fix compiler warnings since the introduction of texture multisample.
Eric Anholt
2013-04-12
1
-1
/
+1
*
i965/vs: Print error if vertex shader fails to compile.
Matt Turner
2013-04-11
1
-0
/
+4
*
i965: NULL check prog on shader compilation failure.
Matt Turner
2013-04-11
2
-7
/
+11
*
i965/vs: Don't hardcode DEBUG_VS in generic vec4 code.
Paul Berry
2013-04-11
5
-14
/
+25
*
i965/vs: Generalize computation of array strides in preparation for GS.
Paul Berry
2013-04-11
2
-4
/
+16
*
i965/vs: Generalize attribute setup code in preparation for GS.
Paul Berry
2013-04-11
2
-22
/
+33
*
i965/vs: Generalize vertex emission code in preparation for GS.
Paul Berry
2013-04-11
3
-19
/
+59
*
i965/vs: rename vec4_generator::generate_vs_instruction.
Paul Berry
2013-04-11
2
-7
/
+7
*
i965/vs: Generalize data structures pointed to by vec4_generator.
Paul Berry
2013-04-11
3
-9
/
+7
[next]