| Commit message (Expand) | Author | Age | Files | Lines |
* | target-helpers: add dd_create_screen() helper | Emil Velikov | 2014-06-19 | 2 | -0/+208 |
* | target-helpers: add a note about debug wrappers | Emil Velikov | 2014-06-19 | 1 | -0/+4 |
* | targets/pipe-loader: add driver specific drm_configuration | Emil Velikov | 2014-06-19 | 5 | -5/+120 |
* | pipe-loader: add pipe_loader_ops::configuration() | Emil Velikov | 2014-06-19 | 5 | -0/+53 |
* | pipe-loader: note that we leak pipe_loader_drm_device->base->driver_name | Emil Velikov | 2014-06-19 | 1 | -0/+1 |
* | automake: stop building i915-sw and drop explicit linking to softpipe | Emil Velikov | 2014-06-19 | 3 | -13/+2 |
* | nv30: hack to avoid errors on unexpected color/zeta combinations | Ilia Mirkin | 2014-06-19 | 1 | -0/+17 |
* | nv30: tidy screen caps, add missing ones | Ilia Mirkin | 2014-06-19 | 1 | -16/+17 |
* | nv30: avoid dangling references to deleted contexts | Ilia Mirkin | 2014-06-19 | 1 | -0/+3 |
* | nv30: plug some memory leaks on screen destroy and shader compile | Ilia Mirkin | 2014-06-19 | 2 | -0/+7 |
* | nv50: organize screen caps | Ilia Mirkin | 2014-06-19 | 1 | -67/+57 |
* | nvc0: organize screen caps | Ilia Mirkin | 2014-06-19 | 1 | -61/+51 |
* | nvc0: remove vport_int hack and instead use the usual state validation | Ilia Mirkin | 2014-06-19 | 3 | -11/+3 |
* | r300g: don't advertize PIPE_FORMAT_B10G10R10X2_UNORM on < r500 | David Heidelberger | 2014-06-19 | 1 | -0/+1 |
* | radeonsi: implement ARB_texture_query_lod | Marek Olšák | 2014-06-19 | 2 | -25/+40 |
* | radeonsi: pass ARB_conservative_depth parameters to the hardware | Marek Olšák | 2014-06-19 | 4 | -1/+29 |
* | gallium: implement ARB_texture_query_levels | Marek Olšák | 2014-06-19 | 5 | -9/+28 |
* | st/mesa: set sampler_view::last_level correctly | Marek Olšák | 2014-06-19 | 2 | -6/+12 |
* | st/mesa: handle array textures in st_texture_image_copy | Dave Airlie | 2014-06-19 | 1 | -0/+8 |
* | radeonsi: cosmetic changes in si_shader.c | Marek Olšák | 2014-06-19 | 1 | -18/+13 |
* | radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00 | Marek Olšák | 2014-06-19 | 2 | -12/+123 |
* | st/mesa: fix geometry shader max texture limit in state validation | Marek Olšák | 2014-06-19 | 1 | -1/+1 |
* | r600g: fix the max vertex shader input limit | Marek Olšák | 2014-06-19 | 1 | -1/+1 |
* | meta: Respect the driver's maximum number of draw buffers | Ian Romanick | 2014-06-18 | 1 | -2/+2 |
* | gallivm: fix SCALED -> NORM conversions | Roland Scheidegger | 2014-06-18 | 1 | -16/+23 |
* | mesa: Remove glClear optimization based on drawable size | Kristian Høgsberg | 2014-06-18 | 1 | -5/+0 |
* | mesa: In emit_texenv() type mismatch was forced with typecast | Juha-Pekka Heikkila | 2014-06-18 | 1 | -8/+9 |
* | radeon/uvd: disable VC-1 simple/main on UVD 2.x | Grigori Goronzy | 2014-06-18 | 1 | -1/+4 |
* | radeonsi: add sampling of 4:2:2 subsampled textures | Grigori Goronzy | 2014-06-18 | 3 | -40/+71 |
* | util/u_format: move utility function from r600g | Grigori Goronzy | 2014-06-18 | 3 | -11/+15 |
* | radeon/vce: set number of cpbs based on level | Leo Liu | 2014-06-18 | 2 | -5/+61 |
* | radeon/vce: implement h264 level support | Leo Liu | 2014-06-18 | 1 | -1/+1 |
* | st/omx/enc: implement h264 level support | Leo Liu | 2014-06-18 | 1 | -0/+39 |
* | vl: add level interface | Leo Liu | 2014-06-18 | 1 | -0/+1 |
* | st/st/omx: fix switch-case indentation in vid_enc.c | Leo Liu | 2014-06-18 | 1 | -16/+16 |
* | glx: Add an error message when a direct renderer's createScreen() routine fails | Jon TURNEY | 2014-06-18 | 4 | -4/+12 |
* | i965/vec4: unit test for copy propagation and writemask | Chia-I Wu | 2014-06-18 | 1 | -0/+30 |
* | i965/vec4/gs: Silence warning about unused 'success' in release build. | Matt Turner | 2014-06-17 | 1 | -0/+1 |
* | i965/disasm: Mark three_source_reg_encoding[] static. | Matt Turner | 2014-06-17 | 1 | -1/+1 |
* | i965/blorp: Remove unused 'brw' member. | Matt Turner | 2014-06-17 | 1 | -2/+0 |
* | i965/blorp: Mark branch unreachable to silence uninitialized var warning. | Matt Turner | 2014-06-17 | 1 | -0/+1 |
* | i965: Silence warning about unused brw in release builds. | Matt Turner | 2014-06-17 | 1 | -2/+1 |
* | i965: Mark backend_instruction and bblock_t as structs. | Matt Turner | 2014-06-17 | 2 | -2/+2 |
* | i965: Use standard SSE intrinsics instead of gcc built-ins. | Matt Turner | 2014-06-17 | 1 | -5/+7 |
* | mesa: Remove unused functions from perfomance query code. | Matt Turner | 2014-06-17 | 1 | -13/+0 |
* | mesa: Remove unused extra_EXT_texture_integer. | Matt Turner | 2014-06-17 | 1 | -5/+0 |
* | mesa: Mark default case unreachable to silence warning. | Matt Turner | 2014-06-17 | 1 | -0/+1 |
* | egl: Remove unused variable dri_driver_path. | Matt Turner | 2014-06-17 | 1 | -2/+0 |
* | swrast: Remove unused solve_plane_recip(). | Matt Turner | 2014-06-17 | 1 | -14/+0 |
* | glsl: Remove 'struct' from ir_variable declaration. | Matt Turner | 2014-06-17 | 1 | -1/+1 |