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
*
gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2
Tom Stellard
2012-06-01
1
-1
/
+2
*
scons: generate the glapitable.h file too
Brian Paul
2012-06-01
1
-0
/
+7
*
svga: fix saturated TEX instructions
Brian Paul
2012-05-31
1
-6
/
+13
*
scons: add code to generate the various GL API files
Brian Paul
2012-05-31
7
-2
/
+137
*
draw: simplify index buffer specification
Brian Paul
2012-05-31
15
-76
/
+56
*
glsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into optimization-test.
Kenneth Graunke
2012-05-30
2
-2
/
+6
*
ralloc: Add some basic unit tests.
Kenneth Graunke
2012-05-30
3
-0
/
+44
*
ralloc: Fix ralloc_parent() of memory allocated out of the NULL context.
Kenneth Graunke
2012-05-30
1
-1
/
+1
*
mesa: don't compile integer clear shaders for unsupported APIs
Oliver McFadden
2012-05-30
1
-1
/
+1
*
i965/blorp: Implement destination clipping and scissoring
Paul Berry
2012-05-29
1
-5
/
+67
*
mesa: Clean up some dricore-related detritus in the old Makefile.
Eric Anholt
2012-05-29
1
-23
/
+7
*
automake: Convert dricore building to automake.
Eric Anholt
2012-05-29
3
-42
/
+93
*
automake: Add a prefix variable to the common sources lists.
Eric Anholt
2012-05-29
3
-277
/
+279
*
automake: Rename variables in sources.mak to be automake compatible.
Eric Anholt
2012-05-29
3
-67
/
+67
*
mesa: Remove generated source files during make clean.
Eric Anholt
2012-05-29
1
-0
/
+12
*
glapi: Enable silent rules for generation when used from automake.
Eric Anholt
2012-05-29
1
-3
/
+3
*
shared-glapi: Don't forget to clean our built file.
Eric Anholt
2012-05-29
1
-0
/
+1
*
mesa: Restore installing of libGL for non-dri builds.
Eric Anholt
2012-05-29
1
-3
/
+7
*
mesa: Remove the generated glapi from source control, and just build it.
Eric Anholt
2012-05-29
20
-116265
/
+20
*
i830: Fix crash for GL_STENCIL_TEST in i830Enable()
Kurt Roeckx
2012-05-29
1
-1
/
+1
*
nv50: hook up forgotten short constant buffer upload method
Marcin Slusarz
2012-05-29
1
-0
/
+1
*
radeon/llvm: Update and fix some comments
Tom Stellard
2012-05-29
2
-12
/
+6
*
radeonsi: Remove use.sgpr* intrinsics, use load instructions instead
Tom Stellard
2012-05-29
5
-74
/
+57
*
radeonsi: Handle TGSI CONST registers
Tom Stellard
2012-05-29
12
-100
/
+254
*
radeon/llvm: Remove AMDILIntrinsicInfo::GetDeclaration fuction body
Tom Stellard
2012-05-29
1
-20
/
+1
*
radeon/llvm: Remove AMDILTargetMachine
Tom Stellard
2012-05-29
19
-363
/
+90
*
nouveau: unreference fences on resource destruction
Christoph Bumiller
2012-05-29
2
-0
/
+6
*
nvc0: optimize blend cso by checking which by-RT data actually differs
Christoph Bumiller
2012-05-29
1
-65
/
+94
*
nvc0: don't upload UCPs if the shader doesn't use them
Christoph Bumiller
2012-05-29
1
-1
/
+1
*
nvc0/ir: allow 64-bit constant loads on nve4
Christoph Bumiller
2012-05-29
2
-1
/
+3
*
nvc0/ir: fix texture barrier insertion to prevent WAW hazards
Christoph Bumiller
2012-05-29
6
-29
/
+88
*
nvc0/ir: TEX doesn't support JOIN modifier either
Christoph Bumiller
2012-05-29
1
-0
/
+1
*
gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
2012-05-29
4
-12
/
+37
*
nv30: Fix generic passing to fragment program in NV34.
Roy Spliet
2012-05-25
3
-5
/
+9
*
nv30: handle user index buffers
Christoph Bumiller
2012-05-25
4
-17
/
+27
*
radeon/llvm: Use a custom inserter for MASK_WRITE
Tom Stellard
2012-05-25
4
-34
/
+36
*
radeon/llvm: Use tablegen pattern to lower bitconvert
Tom Stellard
2012-05-25
4
-294
/
+11
*
radeon/llvm: Use a custom inserter to lower FNEG
Tom Stellard
2012-05-25
5
-22
/
+15
*
radeon/llvm: Use a custom inserter to lower CLAMP
Tom Stellard
2012-05-25
9
-84
/
+41
*
radeon/llvm: Use a custom inserter to lower FABS
Tom Stellard
2012-05-25
10
-42
/
+41
*
r600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in translate_colorswap
Kai Wasserbäch
2012-05-25
1
-0
/
+2
*
draw: fix primitive restart bug by using the index buffer offset
Brian Paul
2012-05-25
1
-3
/
+6
*
svga: remove the special zero-stride vertex array code
Brian Paul
2012-05-25
9
-153
/
+12
*
gallium/docs: beef up the docs related to color clamping
Brian Paul
2012-05-25
2
-3
/
+18
*
util: add GALLIUM_LOG_FILE option for logging output to a file
Brian Paul
2012-05-25
2
-6
/
+25
*
i965/msaa: Enable 4x MSAA on Gen7.
Paul Berry
2012-05-25
2
-9
/
+9
*
i965/msaa: Implement manual blending operation for Gen7.
Paul Berry
2012-05-25
1
-23
/
+67
*
i965/msaa: Modify blorp code to account for Gen7 MSAA layouts.
Paul Berry
2012-05-25
3
-68
/
+151
*
i965/msaa: Validate Gen7 surface state constraints.
Paul Berry
2012-05-25
3
-3
/
+109
*
i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
2012-05-25
10
-58
/
+162
[next]