summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-06mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul10-195/+61
2012-06-06mesa: consolidate internal glTexImage1/2/3D codeBrian Paul10-343/+73
2012-06-06translate_test: add support for half floatsBrian Paul1-0/+8
2012-06-06docs: remove documentation of old Makefile systemBrian Paul1-116/+5
2012-06-06radeon/llvm: Remove obselete hooks for the ConvertToISA passTom Stellard6-87/+1
2012-06-06radeon/llvm: Remove AMDIL MOVE* instructionsTom Stellard5-20/+2
2012-06-06radeon/llvm: Add isMov() to AMDILInstrInfoTom Stellard6-11/+34
2012-06-06radeon/llvm: Remove deadcode from the AMDILISelLowering classTom Stellard2-203/+0
2012-06-06radeon/llvm: Don't lower RETURN to S_ENDPGM on SITom Stellard2-1/+4
2012-06-06radeon/llvm: Remove AMDIL VCREATE* instructionsTom Stellard8-97/+12
2012-06-06radeon/llvm: Remove AMDIL LOADCONST* instructionsTom Stellard13-322/+33
2012-06-05nouveau: fix scratch buffer leakMarcin Slusarz4-3/+15
2012-06-05nv50: fix nv50_stream_output_state leakMarcin Slusarz1-0/+3
2012-06-05nv50: fix symbol table memory leakMarcin Slusarz1-0/+3
2012-06-05i965/fs: Fix user-defined FS outputs with less than four components.Kenneth Graunke2-2/+9
2012-06-05i965/vs: Fix texelFetchOffset() on pre-Gen7.Kenneth Graunke1-2/+2
2012-06-05i965/fs: Fix texelFetchOffset() on pre-Gen7.Kenneth Graunke1-12/+28
2012-06-05meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().Kenneth Graunke1-0/+4
2012-06-05mesa: Unbind ARB_transform_feedback2 binding points on Delete too.Kenneth Graunke1-1/+7
2012-06-05mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0.Kenneth Graunke1-3/+18
2012-06-05mesa: Unbind ARB_copy_buffer and transform feedback buffers on delete.Kenneth Graunke1-0/+13
2012-06-05glsl/builtins: Fix textureGrad() for Array samplers.Kenneth Graunke1-3/+3
2012-06-05configure.ac: Fail if egl x11 platform dependencies are not availableKristian Høgsberg1-28/+39
2012-06-05r600g: add new Trinity PCI idsAlex Deucher1-0/+17
2012-06-05r600g: add new Sumo, Palm, BTC pci idsAlex Deucher1-0/+5
2012-06-05radeonsi: add new SI pci idsAlex Deucher1-5/+6
2012-06-04Fix .gitignore for ralloc-testPaul Berry1-1/+1
2012-06-02st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.Vinson Lee1-0/+4
2012-06-02i965: Implement texture buffer objects on Gen6.Kenneth Graunke2-0/+61
2012-06-02mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).Kenneth Graunke1-0/+8
2012-06-01automake: Connect the libdricore target to make clean.Eric Anholt1-0/+1
2012-06-01automake: use -m32 in CCASFLAGS when using --enable-32-bitTapani Pälli1-0/+1
2012-06-01radeon/llvm: Fix VTX_READ patternsTom Stellard3-4/+33
2012-06-01radeon/llvm: Emit 2 bytes for vertex fetch offsetsTom Stellard2-1/+3
2012-06-01radeon/llvm: Only use indirect (vertex fetch) parameters for kernelsTom Stellard1-2/+6
2012-06-01intel: Change vendor string to "Intel Open Source Technology Center".Kenneth Graunke1-1/+1
2012-06-01glsl: Remove spurious printf messagesIan Romanick1-3/+0
2012-06-01radeon/llvm: Eliminate CFGStructurizer dependency on AMDIL instructionsTom Stellard11-41/+124
2012-06-01radeon/llvm: Change prefix on tablegen files to AMDGPUTom Stellard17-50/+50
2012-06-01radeon/llvm: Remove deadcode from the R600LowerInstructions passTom Stellard1-46/+2
2012-06-01radeon/llvm: Remove AMDIL GLOBALSTORE* instructionsTom Stellard4-77/+36
2012-06-01radeon/llvm: Remove AMDIL GLOBALLOAD* instructionsTom Stellard6-128/+24
2012-06-01r600g: compute support for evergreenAdam Rak21-13/+2680
2012-06-01clover: Add function for building a clover::module for non-TGSI targets v6Tom Stellard3-14/+158
2012-06-01gallium: Add struct pipe_llvm_program_header v3Tom Stellard1-0/+8
2012-06-01clover: Remove target argument from compile_program_tgsi()Tom Stellard3-5/+3
2012-06-01clover: Add constructors to some of the module classes v3Tom Stellard1-0/+13
2012-06-01clover: Add necessary flags to libclllvm_la_CXXFLAGSTom Stellard1-1/+5
2012-06-01clover: Link to the necessary LLVM and Clang libsTom Stellard2-1/+20
2012-06-01configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIRTom Stellard2-0/+6