2014-09-20 |
Roland Scheidegger | gallivm: add information about different sampler/view... |
commit | commitdiff | tree |
2014-09-19 |
Emil Velikov | docs: Add 10.3 sha256 sums, news item and link release... |
commit | commitdiff | tree |
2014-09-19 |
Emil Velikov | docs: Update 10.3 release notes |
commit | commitdiff | tree |
2014-09-19 |
Emil Velikov | docs: Add sha256 sums for the 10.2.8 release |
commit | commitdiff | tree |
2014-09-19 |
Emil Velikov | Add release notes for the 10.2.8 release |
commit | commitdiff | tree |
2014-09-19 |
Marek Olšák | st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environm... |
commit | commitdiff | tree |
2014-09-19 |
Eric Anholt | vc4: Fix perspective interpolation. |
commit | commitdiff | tree |
2014-09-19 |
Eric Anholt | vc4: Use the same method as for FRAG_Z to handle fragco... |
commit | commitdiff | tree |
2014-09-19 |
Roland Scheidegger | util: don't try to emit half-float intrinsics if avx... |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6: enable GLSL 1.50, OpenGL 3.2 and GL_AMD_vert... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Use a specific implementation of geometry... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: upload ubo and pull constants surfaces. |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6/gs: Enable transform feedback support in... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Fix binding table clash between TF surfac... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Avoid buffering transform feedback varyin... |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6/gs: Buffer PSIZ/flags vertex data in gen6_gs_... |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6/gs: Setup SOL surfaces for user-provided... |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6/gs: implement transform feedback support... |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6/gs: Add an additional parameter to the FF_SYN... |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6/gs: implement GS_OPCODE_FF_SYNC_SET_PRIMITIVE... |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6/gs: implement GS_OPCODE_SVB_SET_DST_INDEX... |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6/gs: implement GS_OPCODE_SVB_WRITE opcode |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Enable texture units and upload sampler... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Assign geometry shader VUE map properly. |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Implement support for gl_PrimitiveIdIn. |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Implement GS_OPCODE_SET_PRIMITIVE_ID. |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Handle the case where a geometry shader... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Make sure we complete the last primitive. |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Implement geometry shaders for outputs... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Add initial implementation for a gen6... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965: Generalize emit_urb_slot() to emit to any dst_reg. |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965: Provide means to create registers of a given... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Implement GS_OPCODE_SET_DWORD_2. |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Upload binding table for user-provided... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Enable URB space for user-provided geomet... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Compute URB entry size for user-provided... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Add instruction URB flags to geometry... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Implement GS_OPCODE_URB_WRITE_ALLOCATE. |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Implement GS_OPCODE_FF_SYNC. |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gs: Reuse gen6 constant push buffers setup code... |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gen6/gs: Setup constant push buffers for gen6... |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6/gs: Set brw->gs.enabled to FALSE in gen6_blor... |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6/gs: use brw_gs_prog atom instead of brw_ff_gs... |
commit | commitdiff | tree |
2014-09-19 |
Samuel Iglesias... | i965/gen6/gs: Skeleton for user GS program support |
commit | commitdiff | tree |
2014-09-19 |
Iago Toral... | i965/gs: Use single dispatch mode as fallback to dual... |
commit | commitdiff | tree |
2014-09-19 |
Chia-I Wu | ilo: rename ILO_DEBUG=3d |
commit | commitdiff | tree |
2014-09-19 |
Chia-I Wu | ilo: rename ilo_cp_flush() |
commit | commitdiff | tree |
2014-09-19 |
Chia-I Wu | ilo: remove ilo_cp_empty() |
commit | commitdiff | tree |
2014-09-19 |
Chia-I Wu | ilo: simplify ilo_cp_set_owner() |
commit | commitdiff | tree |
2014-09-19 |
Kenneth Graunke | mesa: Delete VAO _MaxElement code and index buffer... |
commit | commitdiff | tree |
2014-09-19 |
Eric Anholt | vc4: Add support for stencil operations. |
commit | commitdiff | tree |
2014-09-18 |
Eric Anholt | vc4: Actually implement VC4_DEBUG=cl. |
commit | commitdiff | tree |
2014-09-18 |
Roland Scheidegger | draw: (trivial) remove duplicated lines |
commit | commitdiff | tree |
2014-09-18 |
Brian Paul | mesa: fix prog_optimize.c assertions triggered by SWZ... |
commit | commitdiff | tree |
2014-09-17 |
Eric Anholt | vc4: Allow copy propagation of uniforms. |
commit | commitdiff | tree |
2014-09-17 |
Eric Anholt | vc4: Make sure thread end doesn't have a uniform read. |
commit | commitdiff | tree |
2014-09-17 |
Eric Anholt | vc4: Allow dead code elimination of instructions that... |
commit | commitdiff | tree |
2014-09-17 |
Eric Anholt | vc4: Add support for reordering the uniform stream... |
commit | commitdiff | tree |
2014-09-17 |
Eric Anholt | vc4: Initialize the various qreg arrays when allocating... |
commit | commitdiff | tree |
2014-09-17 |
Eric Anholt | vc4: Fix stray disable of the CSE pass. |
commit | commitdiff | tree |
2014-09-17 |
rconde | gallivm,tgsi: fix idiv by zero crash |
commit | commitdiff | tree |
2014-09-17 |
Roland Scheidegger | gallivm: add texture target information for sample... |
commit | commitdiff | tree |
2014-09-17 |
Richard Sandiford | st/mesa: Fix handling of 8888 SNORM and SRGB formats... |
commit | commitdiff | tree |
2014-09-17 |
Richard Sandiford | st/mesa: Fix handling of LA and RG formats for big... |
commit | commitdiff | tree |
2014-09-17 |
Richard Sandiford | mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8... |
commit | commitdiff | tree |
2014-09-17 |
Richard Sandiford | mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB} |
commit | commitdiff | tree |
2014-09-17 |
Richard Sandiford | gallium: Define PIPE_FORMAT_xyzw8888_{SNORM, SRGB}... |
commit | commitdiff | tree |
2014-09-17 |
Richard Sandiford | gallium: Add PIPE_FORMAT_x8B8G8R8_SNORM formats |
commit | commitdiff | tree |
2014-09-17 |
Richard Sandiford | gallium: Define PIPE_FORMAT_{LA, AL, RG, GR}nn aliases |
commit | commitdiff | tree |
2014-09-17 |
Richard Sandiford | gallium: Add PIPE_FORMAT_AnLn and PIPE_FORMAT_GnRn... |
commit | commitdiff | tree |
2014-09-17 |
Dave Airlie | mesa: fix SRGB alpha channel value in pack_float_R8G8B8... |
commit | commitdiff | tree |
2014-09-17 |
Richard Sandiford | swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big... |
commit | commitdiff | tree |
2014-09-17 |
Richard Sandiford | mesa: Tweak unpack name for MESA_FORMAT_R8G8B8X8_SNORM |
commit | commitdiff | tree |
2014-09-17 |
Richard Sandiford | mesa: Fix alpha component in unpack_R8G8B8X8_SRGB. |
commit | commitdiff | tree |
2014-09-17 |
Dave Airlie | util: move shared rgtc code to util (v2) |
commit | commitdiff | tree |
2014-09-16 |
Eric Anholt | vc4: Claim ARB_fbo. |
commit | commitdiff | tree |
2014-09-16 |
Eric Anholt | vc4: Fix memory leaks in register allocation. |
commit | commitdiff | tree |
2014-09-16 |
Eric Anholt | vc4: Move register allocation to a separate file. |
commit | commitdiff | tree |
2014-09-16 |
Chris Forbes | glsl: fix error message for redeclaring gl_PerVertex... |
commit | commitdiff | tree |
2014-09-16 |
Chris Forbes | i965/vec4: slightly improve insn dumping with no srcs |
commit | commitdiff | tree |
2014-09-16 |
Eric Anholt | vc4: Add support for computed depth writes. |
commit | commitdiff | tree |
2014-09-16 |
Eric Anholt | vc4: Restructure depth input/output in fragment shaders. |
commit | commitdiff | tree |
2014-09-16 |
Ilia Mirkin | freedreno: add a standalone ir3_compiler binary for... |
commit | commitdiff | tree |
2014-09-16 |
Ilia Mirkin | freedreno: add default .dir-locals.el for emacs settings |
commit | commitdiff | tree |
2014-09-16 |
Gwenole Beauchesne | i965: add support for RGBA dma_buf imports. |
commit | commitdiff | tree |
2014-09-16 |
Kenneth Graunke | i965: Mark delta_x/y as BAD_FILE if remapped away compl... |
commit | commitdiff | tree |
2014-09-16 |
Dave Airlie | st_glsl_to_tgsi: init have_sqrt field. |
commit | commitdiff | tree |
2014-09-16 |
Dave Airlie | llvmpipe: fix rast debugging output |
commit | commitdiff | tree |
2014-09-16 |
Richard Sandiford | util: Add big-endian layout for a number of formats. |
commit | commitdiff | tree |
2014-09-16 |
Richard Sandiford | llvmpipe: Fix PIPE_FORMAT_Z32_FLOAT_S8X24_UINT handling... |
commit | commitdiff | tree |
2014-09-16 |
Richard Sandiford | gallivm: Fix uses of 2^24 |
commit | commitdiff | tree |
2014-09-16 |
Richard Sandiford | gallivm: Add SNORM clamping to lp_build_{add, sub} |
commit | commitdiff | tree |
2014-09-16 |
Rafael Ávila... | gallivm: attach DataLayout to module too, not just... |
commit | commitdiff | tree |
2014-09-16 |
Roland Scheidegger | gallivm: handle SAMPLE opcode in aos sampling |
commit | commitdiff | tree |
2014-09-16 |
Roland Scheidegger | tgsi: accept offsets for sample opcodes too in the... |
commit | commitdiff | tree |
2014-09-16 |
Roland Scheidegger | tgsi: don't print texture target for sample opcodes |
commit | commitdiff | tree |
2014-09-15 |
Eric Anholt | vc4: Bump maximum ARB program temporaries to match... |
commit | commitdiff | tree |
2014-09-15 |
Eric Anholt | vc4: Bump maximum uniforms count to match other drivers. |
commit | commitdiff | tree |
2014-09-15 |
Eric Anholt | vc4: Dynamically allocate the TGSI-to-qreg arrays. |
commit | commitdiff | tree |
2014-09-15 |
Eric Anholt | vc4: Fix memory leaks of struct qinst. |
commit | commitdiff | tree |
next |