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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: fix scratch buffer leak
Marcin Slusarz
2012-06-05
4
-3
/
+15
*
nv50: fix nv50_stream_output_state leak
Marcin Slusarz
2012-06-05
1
-0
/
+3
*
nv50: fix symbol table memory leak
Marcin Slusarz
2012-06-05
1
-0
/
+3
*
i965/fs: Fix user-defined FS outputs with less than four components.
Kenneth Graunke
2012-06-05
2
-2
/
+9
*
i965/vs: Fix texelFetchOffset() on pre-Gen7.
Kenneth Graunke
2012-06-05
1
-2
/
+2
*
i965/fs: Fix texelFetchOffset() on pre-Gen7.
Kenneth Graunke
2012-06-05
1
-12
/
+28
*
meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().
Kenneth Graunke
2012-06-05
1
-0
/
+4
*
mesa: Unbind ARB_transform_feedback2 binding points on Delete too.
Kenneth Graunke
2012-06-05
1
-1
/
+7
*
mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0.
Kenneth Graunke
2012-06-05
1
-3
/
+18
*
mesa: Unbind ARB_copy_buffer and transform feedback buffers on delete.
Kenneth Graunke
2012-06-05
1
-0
/
+13
*
glsl/builtins: Fix textureGrad() for Array samplers.
Kenneth Graunke
2012-06-05
1
-3
/
+3
*
Fix .gitignore for ralloc-test
Paul Berry
2012-06-04
1
-1
/
+1
*
st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.
Vinson Lee
2012-06-02
1
-0
/
+4
*
i965: Implement texture buffer objects on Gen6.
Kenneth Graunke
2012-06-02
2
-0
/
+61
*
mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).
Kenneth Graunke
2012-06-02
1
-0
/
+8
*
automake: Connect the libdricore target to make clean.
Eric Anholt
2012-06-01
1
-0
/
+1
*
radeon/llvm: Fix VTX_READ patterns
Tom Stellard
2012-06-01
3
-4
/
+33
*
radeon/llvm: Emit 2 bytes for vertex fetch offsets
Tom Stellard
2012-06-01
2
-1
/
+3
*
radeon/llvm: Only use indirect (vertex fetch) parameters for kernels
Tom Stellard
2012-06-01
1
-2
/
+6
*
intel: Change vendor string to "Intel Open Source Technology Center".
Kenneth Graunke
2012-06-01
1
-1
/
+1
*
glsl: Remove spurious printf messages
Ian Romanick
2012-06-01
1
-3
/
+0
*
radeon/llvm: Eliminate CFGStructurizer dependency on AMDIL instructions
Tom Stellard
2012-06-01
11
-41
/
+124
*
radeon/llvm: Change prefix on tablegen files to AMDGPU
Tom Stellard
2012-06-01
17
-50
/
+50
*
radeon/llvm: Remove deadcode from the R600LowerInstructions pass
Tom Stellard
2012-06-01
1
-46
/
+2
*
radeon/llvm: Remove AMDIL GLOBALSTORE* instructions
Tom Stellard
2012-06-01
4
-77
/
+36
*
radeon/llvm: Remove AMDIL GLOBALLOAD* instructions
Tom Stellard
2012-06-01
6
-128
/
+24
*
r600g: compute support for evergreen
Adam Rak
2012-06-01
20
-12
/
+2674
*
clover: Add function for building a clover::module for non-TGSI targets v6
Tom Stellard
2012-06-01
3
-14
/
+158
*
gallium: Add struct pipe_llvm_program_header v3
Tom Stellard
2012-06-01
1
-0
/
+8
*
clover: Remove target argument from compile_program_tgsi()
Tom Stellard
2012-06-01
3
-5
/
+3
*
clover: Add constructors to some of the module classes v3
Tom Stellard
2012-06-01
1
-0
/
+13
*
clover: Add necessary flags to libclllvm_la_CXXFLAGS
Tom Stellard
2012-06-01
1
-1
/
+5
*
clover: Link to the necessary LLVM and Clang libs
Tom Stellard
2012-06-01
1
-1
/
+17
*
clover: Add a function for retrieving a device's preferred ir v3
Tom Stellard
2012-06-01
2
-8
/
+11
*
gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4
Francisco Jerez
2012-06-01
2
-0
/
+6
*
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
[next]