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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Remove the struct intel_region reuse hash table.
Eric Anholt
2013-03-05
4
-39
/
+2
*
scons: Provide shorthand aliases for software winsyses.
José Fonseca
2013-03-05
3
-0
/
+3
*
scons: Fix llvm-config not found error message.
José Fonseca
2013-03-05
1
-1
/
+1
*
mesa: Modify candidate search string
Ian Romanick
2013-03-05
1
-1
/
+1
*
mesa: Remove the special enum for _mesa_error debug output.
Eric Anholt
2013-03-05
2
-6
/
+8
*
mesa: Remove the enum for the oom-within-debug-output case.
Eric Anholt
2013-03-05
2
-6
/
+4
*
mesa: Remove now-unused gl_winsys_error and gl_shader_error enums.
Eric Anholt
2013-03-05
1
-8
/
+0
*
mesa: Report ARB_debug_output for both shader errors and warnings.
Eric Anholt
2013-03-05
5
-13
/
+15
*
intel: Add missing perf debug for a stall on mapping a BO.
Eric Anholt
2013-03-05
1
-0
/
+2
*
i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.
Eric Anholt
2013-03-05
16
-48
/
+83
*
intel: Finish renaming fallback_debug() to perf_debug().
Eric Anholt
2013-03-05
5
-18
/
+13
*
intel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.
Eric Anholt
2013-03-05
4
-0
/
+8
*
mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.
Eric Anholt
2013-03-05
2
-4
/
+60
*
mesa: Merge handling of application-provided and built-in error sources.
Eric Anholt
2013-03-05
2
-232
/
+131
*
mesa: Fix _mesa_problem() on context destroy after application debug output
Eric Anholt
2013-03-05
1
-0
/
+6
*
mesa: Move debug type/severity enums to mesa core.
Eric Anholt
2013-03-05
2
-68
/
+91
*
mesa: Replace open-coded _mesa_lookup_enum_by_nr().
Eric Anholt
2013-03-05
1
-35
/
+3
*
mesa: Remove extra #define MAXSTRING duplicating MAX_DEBUG_MESSAGE_LENGTH.
Eric Anholt
2013-03-05
1
-15
/
+14
*
dri/nouveau: NV17_3D class is not available for NV1a chipset
Marcin Slusarz
2013-03-05
1
-1
/
+1
*
tgsi: handle projection modifier for array textures.
Roland Scheidegger
2013-03-05
1
-3
/
+11
*
st/mesa: translate ir offset parameters for non-TXF opcodes.
Roland Scheidegger
2013-03-05
1
-2
/
+18
*
configure.ac: Remove stale comment about --x-* arguments.
Matt Turner
2013-03-05
1
-6
/
+0
*
configure.ac: Don't check for X11 unconditionally.
Matt Turner
2013-03-05
1
-8
/
+0
*
Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensions
Alan Hourihane
2013-03-05
1
-0
/
+1
*
Fix out-of-tree build of 'make check' in src/mesa/main/tests
Jon TURNEY
2013-03-05
1
-4
/
+4
*
u_blitter: don't create illegal shaders for 1D/3D/RECT/CUBE MSAA
Dave Airlie
2013-03-04
1
-0
/
+5
*
Fix build of swrast only without libdrm
Daniel Martin
2013-03-04
1
-1
/
+1
*
mesa: flush current state when querying GL_EDGE_FLAG
Brian Paul
2013-03-04
1
-1
/
+1
*
vdpau-softpipe: Build correct source file - vl_winsys_xsp.c
Jakub Bogusz
2013-03-03
1
-1
/
+1
*
i965: Fix Crystal Well PCI IDs.
Kenneth Graunke
2013-03-03
2
-18
/
+18
*
r600g: Check comp_mask before merging export instructions
Vincent Lejeune
2013-03-03
1
-0
/
+1
*
r600g: fix check_and_set_bank_swizzle for cayman
Vadim Girlin
2013-03-03
1
-7
/
+3
*
st/mesa: add switch case for ir_txf_ms to silence warning
Brian Paul
2013-03-02
1
-0
/
+3
*
mesa: add switch case for ir_txf_ms to silence warning
Brian Paul
2013-03-02
1
-0
/
+3
*
i965: Pull query BO reallocation out into a helper function.
Kenneth Graunke
2013-03-01
1
-23
/
+33
*
i965: Replace the global brw->query.bo variable with query->bo.
Kenneth Graunke
2013-03-01
2
-16
/
+7
*
i965: Turn if (query->bo) into an assertion.
Kenneth Graunke
2013-03-01
1
-5
/
+5
*
i965: Unify query object BO reallocation code.
Kenneth Graunke
2013-03-01
1
-11
/
+10
*
i965: Use query->last_index instead of the global brw->query.index.
Kenneth Graunke
2013-03-01
2
-7
/
+6
*
i965: Remove brw_query_object::first_index field as it's always 0.
Kenneth Graunke
2013-03-01
2
-6
/
+3
*
i965: Add a pile of comments to brw_queryobj.c.
Kenneth Graunke
2013-03-01
1
-16
/
+143
*
i965: Write TIMESTAMP query values into the first buffer element.
Kenneth Graunke
2013-03-01
1
-4
/
+3
*
i965: Implement the new QueryCounter() hook.
Kenneth Graunke
2013-03-01
1
-6
/
+21
*
mesa: Add a new QueryCounter() hook for TIMESTAMP queries.
Kenneth Graunke
2013-03-01
2
-3
/
+9
*
tgsi: add texel offsets and derivatives to sampler interface
Roland Scheidegger
2013-03-02
3
-80
/
+194
*
draw: additional fix for the no-position case with llvm
Roland Scheidegger
2013-03-02
1
-20
/
+20
*
draw: fix no position output in non-llvm pipeline.
Roland Scheidegger
2013-03-02
1
-19
/
+19
*
draw/llvm: skip clipping and viewport transform if there's no position output
Roland Scheidegger
2013-03-02
1
-26
/
+31
*
llvmpipe: don't assert on illegal surface creation.
Roland Scheidegger
2013-03-02
2
-4
/
+4
*
llvmpipe: bump glsl version to 140
Roland Scheidegger
2013-03-02
2
-12
/
+5
[next]