| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | i965: add new VS_OPCODE_UNPACK_FLAGS_SIMD4X2 | Chris Forbes | 2013-08-16 | 4 | -1/+29 |
* | i965/vs: add vec4_instruction::depends_on_flags | Chris Forbes | 2013-08-16 | 2 | -2/+7 |
* | i965/clip: Enable interpolation of clip distances | Chris Forbes | 2013-08-16 | 1 | -7/+3 |
* | i965/vs: Do legacy clip lowering earlier | Chris Forbes | 2013-08-16 | 2 | -20/+15 |
* | i965/Gen4-5: ensure VUE slots for clipdistance are valid if user clipping is ... | Chris Forbes | 2013-08-16 | 1 | -0/+5 |
* | ilo: fix fragment shaders that use PCB on GEN7+ | Chia-I Wu | 2013-08-15 | 2 | -3/+7 |
* | nouveau: Fix variable name. | Vinson Lee | 2013-08-14 | 1 | -1/+1 |
* | glsl: Add i2b() and b2i() to ir_builder. | Matt Turner | 2013-08-14 | 2 | -0/+14 |
* | glsl: Add nequal() to ir_builder. | Matt Turner | 2013-08-14 | 2 | -0/+7 |
* | glsl: Add abs() to ir_builder. | Matt Turner | 2013-08-14 | 2 | -0/+7 |
* | glsl: Add bitcast_i2f() to ir_builder. | Matt Turner | 2013-08-14 | 2 | -0/+28 |
* | radeonsi: unduplicate code in create_context | Marek Olšák | 2013-08-15 | 1 | -6/+0 |
* | radeonsi: initialize the radeon_surface structure | Marek Olšák | 2013-08-15 | 1 | -1/+1 |
* | radeonsi: correct sampler function names | Marek Olšák | 2013-08-15 | 1 | -23/+23 |
* | radeonsi: rename r600_texture::dirty_db_mask to dirty_level_mask | Marek Olšák | 2013-08-15 | 4 | -8/+8 |
* | radeonsi: rename r600_resource_texture to r600_texture | Marek Olšák | 2013-08-15 | 7 | -48/+48 |
* | tgsi: add info about MSAA samplers to tgsi_shader_info | Marek Olšák | 2013-08-15 | 2 | -0/+14 |
* | tgsi: fix the location of sample index | Marek Olšák | 2013-08-15 | 1 | -1/+3 |
* | r600/radeonsi: implement new float comparison instructions | Roland Scheidegger | 2013-08-15 | 2 | -19/+48 |
* | nv50: implement new float comparison instructions | Roland Scheidegger | 2013-08-15 | 1 | -0/+17 |
* | ilo: implement new float comparison instructions | Roland Scheidegger | 2013-08-15 | 1 | -8/+12 |
* | gallivm: already pass coords in the right place in the sampler interface | Roland Scheidegger | 2013-08-15 | 3 | -99/+90 |
* | gallivm: change coordinate handling throughout functions | Roland Scheidegger | 2013-08-15 | 3 | -133/+133 |
* | gallivm: fix border color with normalized texture formats | Roland Scheidegger | 2013-08-15 | 1 | -13/+53 |
* | llvmpipe: fix pipeline statistics with a null ps | Zack Rusin | 2013-08-14 | 8 | -8/+43 |
* | draw: make sure that the stages setup outputs | Zack Rusin | 2013-08-14 | 5 | -30/+62 |
* | glsl: Fix incorrect pattern matching in ir_set_program_inouts | Paul Berry | 2013-08-14 | 1 | -2/+2 |
* | vl: Add support for max level query v2 | Rico Schüller | 2013-08-14 | 12 | -4/+99 |
* | glsl: Emit better warnings for things that look like default precision statem... | Ian Romanick | 2013-08-13 | 1 | -13/+31 |
* | glsl/ast: Don't perform GS input array checks on non-inputs. | Paul Berry | 2013-08-13 | 1 | -1/+1 |
* | glsl/ast: Fix assertion failure when GS input declared as non-array. | Paul Berry | 2013-08-13 | 1 | -4/+12 |
* | glsl/ast: Check that geometry shader interface block inputs are arrays. | Paul Berry | 2013-08-13 | 1 | -0/+13 |
* | i965/gen7+: Fix build error introduced by renaming upload_3dstate_so_decl_list. | Paul Berry | 2013-08-13 | 1 | -1/+1 |
* | radeon/llvm: Add missing "%s" format string to fprintf. | Jon Severinsson | 2013-08-13 | 1 | -1/+1 |
* | i965: Move arrays brw_multisample_positions* to new header | Chad Versace | 2013-08-13 | 2 | -46/+73 |
* | i965: Refactor names of sample_positions_8/4x arrays | Chad Versace | 2013-08-13 | 1 | -7/+7 |
* | i965/gen7+: Mark upload_3dstate_so_decl_list as non-static (v2) | Kenneth Graunke | 2013-08-13 | 2 | -3/+7 |
* | i965: Mark a few brw_draw_upload.c functions as non-static | Kenneth Graunke | 2013-08-13 | 2 | -7/+14 |
* | glsl: Require function return type arrays be explicitly sized | Ian Romanick | 2013-08-13 | 1 | -0/+12 |
* | glsl: Move and refine test for unsized arrays in GLSL ES | Ian Romanick | 2013-08-13 | 1 | -6/+27 |
* | glx: Generate GLXBadDrawable when drawable is zero | Ian Romanick | 2013-08-13 | 1 | -2/+12 |
* | mesa: Use _mesa_detach_renderbuffer when deleting a texture | Ian Romanick | 2013-08-13 | 2 | -20/+48 |
* | mesa: Make detach_renderbuffer available outside fbobject.c | Ian Romanick | 2013-08-13 | 2 | -9/+38 |
* | meta: Don't call _mesa_Ortho with width or height of 0 | Ian Romanick | 2013-08-13 | 1 | -3/+8 |
* | r600g/sb: use MULADD workaround on R7xx for MULADD_IEEE | Vadim Girlin | 2013-08-14 | 1 | -1/+2 |
* | gallivm: implement new float comparison instructions returning integer masks | Roland Scheidegger | 2013-08-13 | 1 | -2/+79 |
* | tgsi: implement new float comparison instructions returning integer masks | Roland Scheidegger | 2013-08-13 | 4 | -4/+102 |
* | gallium: add new float comparison instructions returning integer masks | Roland Scheidegger | 2013-08-13 | 2 | -17/+82 |
* | ilo: enable dumping of WM PCB | Chia-I Wu | 2013-08-13 | 1 | -1/+5 |
* | ilo: no binding table change when constants are pushed | Chia-I Wu | 2013-08-13 | 1 | -21/+17 |