| Commit message (Expand) | Author | Age | Files | Lines |
* | radeon/llvm: Remove some duplicate code in the R600 CodeEmitter | Tom Stellard | 2012-06-06 | 1 | -9/+3 |
* | radeon/llvm: Fix MULLO* instructions on Cayman | Tom Stellard | 2012-06-06 | 4 | -14/+53 |
* | r600g: Compute support for Cayman | Tom Stellard | 2012-06-06 | 5 | -66/+95 |
* | xorg: port to new compat API. | Dave Airlie | 2012-06-06 | 8 | -63/+162 |
* | mesa: consolidate internal glCompressedTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 7 | -138/+42 |
* | mesa: consolidate internal glCompressedTexImage1/2/3D code | Brian Paul | 2012-06-06 | 7 | -140/+44 |
* | mesa: consolidate internal glCopyTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 10 | -220/+62 |
* | mesa: consolidate internal glTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 10 | -195/+61 |
* | mesa: consolidate internal glTexImage1/2/3D code | Brian Paul | 2012-06-06 | 10 | -343/+73 |
* | translate_test: add support for half floats | Brian Paul | 2012-06-06 | 1 | -0/+8 |
* | docs: remove documentation of old Makefile system | Brian Paul | 2012-06-06 | 1 | -116/+5 |
* | radeon/llvm: Remove obselete hooks for the ConvertToISA pass | Tom Stellard | 2012-06-06 | 6 | -87/+1 |
* | radeon/llvm: Remove AMDIL MOVE* instructions | Tom Stellard | 2012-06-06 | 5 | -20/+2 |
* | radeon/llvm: Add isMov() to AMDILInstrInfo | Tom Stellard | 2012-06-06 | 6 | -11/+34 |
* | radeon/llvm: Remove deadcode from the AMDILISelLowering class | Tom Stellard | 2012-06-06 | 2 | -203/+0 |
* | radeon/llvm: Don't lower RETURN to S_ENDPGM on SI | Tom Stellard | 2012-06-06 | 2 | -1/+4 |
* | radeon/llvm: Remove AMDIL VCREATE* instructions | Tom Stellard | 2012-06-06 | 8 | -97/+12 |
* | radeon/llvm: Remove AMDIL LOADCONST* instructions | Tom Stellard | 2012-06-06 | 13 | -322/+33 |
* | 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 |
* | configure.ac: Fail if egl x11 platform dependencies are not available | Kristian Høgsberg | 2012-06-05 | 1 | -28/+39 |
* | r600g: add new Trinity PCI ids | Alex Deucher | 2012-06-05 | 1 | -0/+17 |
* | r600g: add new Sumo, Palm, BTC pci ids | Alex Deucher | 2012-06-05 | 1 | -0/+5 |
* | radeonsi: add new SI pci ids | Alex Deucher | 2012-06-05 | 1 | -5/+6 |
* | 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 |
* | automake: use -m32 in CCASFLAGS when using --enable-32-bit | Tapani Pälli | 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 | 21 | -13/+2680 |