| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: remove unused pipe_viewport_state::translate[3] and scale[3] | Marek Olšák | 2014-11-16 | 3 | -5/+2 |
* | radeonsi: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION | Marek Olšák | 2014-11-16 | 3 | -3/+16 |
* | freedreno/a4xx: implement mem->gmem (restore) | Rob Clark | 2014-11-15 | 2 | -3/+199 |
* | freedreno/a4xx: move where SP_FS_MRT_REGn is emitted | Rob Clark | 2014-11-15 | 2 | -14/+22 |
* | nv50,nvc0: use clip_halfz setting when creating rasterizer state | Ilia Mirkin | 2014-11-15 | 6 | -3/+10 |
* | freedreno: add adreno 420 support | Rob Clark | 2014-11-15 | 32 | -12/+3870 |
* | freedreno: update generated headers | Rob Clark | 2014-11-15 | 6 | -66/+2274 |
* | freedreno/ir3: move some helpers | Rob Clark | 2014-11-14 | 2 | -65/+71 |
* | freedreno: rename draw->draw_vbo | Rob Clark | 2014-11-14 | 4 | -6/+6 |
* | freedreno/a3xx: missing u_upload_destroy | Rob Clark | 2014-11-14 | 1 | -0/+2 |
* | freedreno: fix borked check for a320.0 | Rob Clark | 2014-11-14 | 1 | -1/+1 |
* | freedreno/ir3: half vs full reg in standalone compiler output | Rob Clark | 2014-11-14 | 1 | -6/+10 |
* | llvmpipe: Call pipe_thread_wait() on Linux. | José Fonseca | 2014-11-13 | 1 | -0/+6 |
* | i915g: we also have more than 0 viewports! | Kenneth Graunke | 2014-11-12 | 1 | -0/+3 |
* | vc4: Avoid reusing a pointer from c->outputs[] after add_output(). | Eric Anholt | 2014-11-12 | 1 | -5/+6 |
* | vc4: Fix assumption of TGSI OUT[0] being POSITION in the VS. | Eric Anholt | 2014-11-12 | 1 | -5/+5 |
* | nvc0: remove unused mm_VRAM_fe0 | Ilia Mirkin | 2014-11-12 | 2 | -9/+0 |
* | ilo: clean up gen6_3DSTATE_SF() | Chia-I Wu | 2014-11-11 | 3 | -90/+105 |
* | ilo: clean up gen7_3DSTATE_STREAMOUT() | Chia-I Wu | 2014-11-11 | 2 | -45/+35 |
* | ilo: rework gen7_3DSTATE_SO_DECL_LIST() | Chia-I Wu | 2014-11-11 | 1 | -60/+66 |
* | ilo: add 3DSTATE_SO_BUFFER variants | Chia-I Wu | 2014-11-11 | 2 | -24/+25 |
* | ilo: add gen6_3dstate_constant() | Chia-I Wu | 2014-11-11 | 2 | -84/+67 |
* | ilo: add variants of 3DSTATE_{HS,DS} | Chia-I Wu | 2014-11-11 | 2 | -12/+6 |
* | ilo: add variants of 3DSTATE_GS | Chia-I Wu | 2014-11-11 | 3 | -63/+100 |
* | ilo: add variants of 3DSTATE_VS | Chia-I Wu | 2014-11-11 | 3 | -16/+22 |
* | ilo: add variants of 3DSTATE_PS | Chia-I Wu | 2014-11-11 | 2 | -36/+41 |
* | ilo: add variants of 3DSTATE_WM | Chia-I Wu | 2014-11-11 | 3 | -54/+61 |
* | ilo: add variants of 3DSTATE_CLIP | Chia-I Wu | 2014-11-11 | 3 | -24/+32 |
* | ilo: prefix 3DSTATE_VF with gen75 | Chia-I Wu | 2014-11-11 | 2 | -4/+4 |
* | ilo: derive fb blending caps at bind time | Chia-I Wu | 2014-11-10 | 3 | -78/+101 |
* | ilo: remove inlined state functions | Chia-I Wu | 2014-11-10 | 4 | -236/+177 |
* | ilo: use top/bottom split for state functions | Chia-I Wu | 2014-11-10 | 9 | -1852/+1856 |
* | llvmpipe: Avoid deadlock when unloading opengl32.dll | José Fonseca | 2014-11-07 | 1 | -2/+6 |
* | ilo: tidy up message descriptor decoding | Chia-I Wu | 2014-11-07 | 1 | -189/+302 |
* | ilo: decode INTERFACE_DESCRIPTOR_DATA | Chia-I Wu | 2014-11-07 | 3 | -1/+42 |
* | ilo: add two missing headers to the sources list | Emil Velikov | 2014-11-06 | 1 | -0/+2 |
* | ilo: let ilo_shader_compile_cs() return a dummy shader | Chia-I Wu | 2014-11-06 | 1 | -1/+185 |
* | ilo: hook up launch_grid() | Chia-I Wu | 2014-11-06 | 1 | -3/+73 |
* | ilo: add ilo_render_emit_launch_grid() | Chia-I Wu | 2014-11-06 | 8 | -2/+621 |
* | ilo: improve media command helpers | Chia-I Wu | 2014-11-06 | 1 | -71/+141 |
* | ilo: disassemble DP DC messages | Chia-I Wu | 2014-11-06 | 1 | -2/+140 |
* | ilo: disassemble TS messages | Chia-I Wu | 2014-11-06 | 1 | -0/+35 |
* | ilo: update genhw headers for media pipeline | Chia-I Wu | 2014-11-06 | 7 | -148/+479 |
* | ilo: add ilo_finalize_compute_states() | Chia-I Wu | 2014-11-06 | 2 | -0/+37 |
* | ilo: use a dynamic array for global bindings | Chia-I Wu | 2014-11-06 | 2 | -32/+70 |
* | ilo: add kernel queries for compute shaders | Chia-I Wu | 2014-11-06 | 3 | -0/+37 |
* | ilo: fix compute params | Chia-I Wu | 2014-11-06 | 1 | -12/+36 |
* | ilo: add eu_count and thread_count to ilo_dev_info | Chia-I Wu | 2014-11-06 | 3 | -55/+77 |
* | softpipe: use the tgsi_free_tokens() function | Brian Paul | 2014-10-31 | 1 | -6/+6 |
* | util: simplify util_pstipple_create_fragment_shader() params | Brian Paul | 2014-10-31 | 1 | -18/+15 |