| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add new double-related shader caps to all the getters | Ilia Mirkin | 2015-02-20 | 1 | -0/+4 |
* | gallium: add interface and state tracker support for GL_AMD_pinned_memory | Marek Olšák | 2015-02-17 | 1 | -0/+1 |
* | r300g: small code cleanup (v2) | David Heidelberg | 2015-02-06 | 4 | -26/+4 |
* | gallium: Add MULTISAMPLE_Z_RESOLVE cap | Axel Davy | 2015-02-06 | 1 | -0/+1 |
* | gallium: add a cap to determine whether the driver supports offset_clamp | Ilia Mirkin | 2015-02-02 | 1 | -0/+1 |
* | gallium: Replace u_simple_list.h with util/simple_list.h | Eric Anholt | 2015-01-28 | 3 | -3/+3 |
* | r300g: handle vertex format PIPE_FORMAT_NONE | Marek Olšák | 2015-01-04 | 1 | -2/+11 |
* | r300g: implement ARR opcode | David Heidelberg | 2014-12-21 | 4 | -4/+16 |
* | gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX | Roland Scheidegger | 2014-12-16 | 1 | -0/+1 |
* | gallium: Remove Android files from distribution. | Matt Turner | 2014-12-12 | 1 | -1/+1 |
* | draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION | Marek Olšák | 2014-12-09 | 1 | -1/+1 |
* | gallium: Drop the unused CND opcode. | Eric Anholt | 2014-11-24 | 1 | -1/+0 |
* | gallium: Drop unused BRA opcode. | Eric Anholt | 2014-11-24 | 1 | -1/+0 |
* | gallium: Drop the unused SFL/STR opcodes. | Eric Anholt | 2014-11-24 | 1 | -2/+0 |
* | gallium: Drop the unused RFL opcode. | Eric Anholt | 2014-11-24 | 1 | -1/+0 |
* | gallium: Drop unused X2D opcode. | Eric Anholt | 2014-11-24 | 1 | -1/+0 |
* | gallium: Drop the unused ARA opcode. | Eric Anholt | 2014-11-24 | 1 | -1/+0 |
* | gallium: Drop the unused RCC opcode. | Eric Anholt | 2014-11-24 | 1 | -1/+0 |
* | gallium: Drop the NRM and NRM4 opcodes. | Eric Anholt | 2014-11-24 | 1 | -2/+0 |
* | r300: Drop the "/* gap */" notes. | Eric Anholt | 2014-11-24 | 1 | -3/+0 |
* | r300g: only set clip_halfz for chips with HW TCL | Marek Olšák | 2014-10-28 | 1 | -1/+1 |
* | gallium: introduce PIPE_CAP_CLIP_HALFZ. | Mathias Fröhlich | 2014-10-24 | 1 | -0/+1 |
* | r300g: implement pipe_rasterizer_state::clip_halfz | Marek Olšák | 2014-10-22 | 3 | -0/+9 |
* | r300g: replace r300_get_num_samples with a util variant | Marek Olšák | 2014-10-21 | 1 | -25/+1 |
* | gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa | Marek Olšák | 2014-10-21 | 1 | -0/+4 |
* | r300/compiler: remove useless check | David Heidelberger | 2014-10-14 | 1 | -5/+2 |
* | automake: explicitly set TARGET_RADEON_{WINSYS,COMMON} | Emil Velikov | 2014-10-14 | 1 | -1/+1 |
* | tgsi: change tgsi_shader_info::properties to a one-dimensional array | Marek Olšák | 2014-10-04 | 1 | -1/+1 |
* | tgsi: simplify shader properties in tgsi_shader_info | Marek Olšák | 2014-10-04 | 1 | -6/+2 |
* | r300g: implement MSAA copies by resolving and upsampling | Marek Olšák | 2014-09-24 | 1 | -2/+3 |
* | gallium/r300,r600,radeonsi: add automake target 'templates' | Emil Velikov | 2014-09-24 | 1 | -0/+13 |
* | gallium/r300: remove obsolete declaration | Emil Velikov | 2014-09-24 | 1 | -1/+0 |
* | mesa: Move register_allocate.c to util. | Eric Anholt | 2014-09-23 | 4 | -17/+3 |
* | r300g: set register classes before interferences | Connor Abbott | 2014-09-12 | 1 | -2/+4 |
* | gallium: add a texture target to sampler view and a CAP to use it | Ilia Mirkin | 2014-09-12 | 1 | -0/+1 |
* | gallium/r300: ship all files in the tarball | Emil Velikov | 2014-09-05 | 2 | -25/+72 |
* | r300g: pointless assignment of info.indexed | Dave Airlie | 2014-09-03 | 1 | -2/+0 |
* | gallium/radeon: cleanup header inclusion | Emil Velikov | 2014-08-28 | 10 | -10/+10 |
* | gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE | Timothy Arceri | 2014-08-27 | 1 | -0/+3 |
* | r300g: handle PIPE_BIND_BLENDABLE | Marek Olšák | 2014-08-25 | 1 | -1/+44 |
* | r300g: Fix path to test programs for out-of-tree builds | Michel Dänzer | 2014-08-20 | 2 | -1/+2 |
* | gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED | Tobias Klausmann | 2014-08-19 | 1 | -0/+1 |
* | gallium/r300/r600/radeonsi: handle query_renderer caps | Emil Velikov | 2014-08-15 | 1 | -0/+11 |
* | gallium: add opcodes/cap for fine derivative support | Ilia Mirkin | 2014-08-14 | 1 | -0/+1 |
* | r300g: Fix bug in build_loop_info()/compiler v2 | Tom Stellard | 2014-08-13 | 1 | -11/+23 |
* | ra: cleanup the public API | Connor Abbott | 2014-08-13 | 1 | -1/+1 |
* | android: gallium/radeon: attempt to fix the android build | Paulo Sergio Travaglia | 2014-08-13 | 1 | -2/+1 |
* | gallium/r300: Fix a link error in the tests | Jason Ekstrand | 2014-08-12 | 1 | -1/+1 |
* | gallium: remove PIPE_SHADER_CAP_MAX_ADDRS | Marek Olšák | 2014-08-11 | 1 | -3/+0 |
* | r300g: handle new shader caps | Marek Olšák | 2014-08-09 | 1 | -0/+2 |