2015-06-19 |
Brian Paul | st/wgl: fix WGL_SAMPLE_BUFFERS_ARB query |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Brian Paul | tgsi: add comments for ureg_emit_label() |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Brian Paul | tgsi: new comments, assertion for executing TGSI_OPCODE_CAL |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Timothy Arceri | docs: update developer info |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Jose Fonseca | llvmpipe: Truncate the binned constants to max const... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Jose Fonseca | glsl: Fail linkage when UBO exceeds GL_MAX_UNIFORM_BLOC... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Ilia Mirkin | glsl: guard gl_NumSamples enablement on ARB_sample_shading |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Matt Turner | i965: Add missing braces around if-statement. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Jordan Justen | i965/compute: Fix undefined code with right_mask for... |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Ilia Mirkin | mesa: add GL_PROGRAM_PIPELINE support in KHR_debug... |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Ilia Mirkin | glsl: add version checks to conditionals for builtin... |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Ilia Mirkin | glsl: handle conversions to double when comparing param... |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Emil Velikov | ilo: remove missing ilo_fence.h from the sources list |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Boyan Ding | egl/x11: Set version of swrastLoader to 2 |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Eric Anholt | vc4: Move tile state/alloc allocation into the kernel. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Eric Anholt | vc4: Move RCL generation into the kernel. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Eric Anholt | vc4: Add dumping of VC4_PACKET_TILE_BINNING_MODE_CONFIG. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Eric Anholt | vc4: Fix memory leak from simple_list conversion. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Eric Anholt | vc4: Track the number of BOs allocated and their size. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Iago Toral... | i965: Fix textureGrad with cube samplers |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Ilia Mirkin | nvc0/ir: can't have a join on a load with an indirect... |
commit | commitdiff | tree | snapshot |
2015-06-17 |
Kevin Rogovin | docs: mark GL_ARB_framebuffer_no_attachments done for... |
commit | commitdiff | tree | snapshot |
2015-06-17 |
Kevin Rogovin | i965: enable ARB_framebuffer_no_attachments for Gen7+ |
commit | commitdiff | tree | snapshot |
2015-06-17 |
Kevin Rogovin | i965: execution of frag-shader when it has atomic buffer |
commit | commitdiff | tree | snapshot |
2015-06-17 |
Kevin Rogovin | mesa: function for testing if current frag-shader has... |
commit | commitdiff | tree | snapshot |
2015-06-17 |
Kevin Rogovin | i965: Use _mesa_geometric_ functions appropriately |
commit | commitdiff | tree | snapshot |
2015-06-17 |
Kevin Rogovin | mesa: helper function for scissor box of gl_framebuffer |
commit | commitdiff | tree | snapshot |
2015-06-17 |
Kevin Rogovin | mesa: add helper functions for geometry of gl_framebuffer |
commit | commitdiff | tree | snapshot |
2015-06-17 |
Kevin Rogovin | PATCH 03/10] mesa: Complete ARB_framebuffer_no_attachme... |
commit | commitdiff | tree | snapshot |
2015-06-17 |
Kevin Rogovin | mesa: Constants and functions for ARB_framebuffer_no_at... |
commit | commitdiff | tree | snapshot |
2015-06-17 |
Kevin Rogovin | mesa: Define infrastructure for ARB_framebuffer_no_atta... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Eric Anholt | vc4: Make sure that direct texture clamps have a minimu... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Eric Anholt | vc4: Swap around which src we spill to ra31/rb31. |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Eric Anholt | vc4: R4 is not a valid register for clamped direct... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Eric Anholt | vc4: Factor out the live clamp register getter. |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Eric Anholt | vc4: Drop the unused "stride" field of surfaces. |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Eric Anholt | vc4: Handle refcounting the exec BO like we do in the... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Eric Anholt | vc4: Use VC4_SET/GET_FIELD for some RCL packets. |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Eric Anholt | vc4: Make symbolic values for packet sizes. |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Eric Anholt | vc4: Use symbolic values in texture ptype validation. |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Eric Anholt | vc4: Move vc4_packet.h to the kernel/ directory, since... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Anuj Phogat | i965/gen9: Disable Mip Tail for YF/YS tiled surfaces |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Anuj Phogat | i965/gen9: Set vertical and horizontal surface alignments |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Anuj Phogat | i965: Use BRW_SURFACE_* in place of GL_TEXTURE_* |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Anuj Phogat | i965: Rename use_linear_1d_layout() and make it global |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Anuj Phogat | i965/gen9: Set tiled resource mode in surface state |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Haixia Shi | egl/dri2: implement platform_surfaceless |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Neil Roberts | i965/vec4: Fix the source register for indexed samplers |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Marek Olšák | st/mesa: improve assertions in vp/fp translation |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Marek Olšák | mesa: don't rebind constant buffers after every state... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Chris Forbes | mesa: generalize sso stage interleaving check |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Marek Olšák | mesa: remove unused variables from gl_program |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Chris Forbes | glsl: add ir reader support for ir_barrier |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Marek Olšák | glsl: print locations of variables |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Marek Olšák | configure.ac: rename LLVM_VERSION_PATCH to avoid confli... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Timothy Arceri | Revert "glsl: remove restriction on unsized arrays... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Tapani Pälli | mesa: set override_version per api version override |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Neil Roberts | i965: Fix aligning to the block size in intel_miptree_c... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Ilia Mirkin | nv50,nvc0: clamp uniform size to 64k |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Ilia Mirkin | nvc0/ir: fix collection of first uses for texture barri... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Eric Anholt | egl: Drop check for driver != NULL. |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Eric Anholt | gallium: Drop the gallium-specific Android sw winsys. |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Eric Anholt | vc4: Add support for building on Android. |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Eric Anholt | gallium: Enable build of NIR support on Android. |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Eric Anholt | egl/dri2: Fix Android Lollipop build on ARM. |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Anuj Phogat | meta: Abort texture upload if pixels == null and no... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Anuj Phogat | meta: Abort meta path if ReadPixels need rgb to luminan... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Anuj Phogat | mesa: Turn need_rgb_to_luminance_conversion() in to... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Anuj Phogat | mesa: Use helper function need_rgb_to_luminance_convers... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Anuj Phogat | mesa: Handle integer formats in need_rgb_to_luminance_c... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Anuj Phogat | meta: Use is_power_of_two() helper function |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Anuj Phogat | i965: Check for miptree pitch alignment before using... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Anuj Phogat | i965: Remove break after return |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Jürgen Rühle | nv50/ir: OP_JOIN is a flow instruction |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Emil Velikov | docs: add news item and link release notes for mesa... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Emil Velikov | docs: Add sha256sums for the 10.6.0 release |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Emil Velikov | docs: Update 10.6.0 release notes |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Chia-I Wu | ilo: add ilo_state_raster_{line,poly}_stipple |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Chia-I Wu | ilo: add ilo_state_sample_pattern |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Chia-I Wu | ilo: add 3DSTATE_AA_LINE_PARAMETERS to ilo_state_raster |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Marek Olšák | gallium/util: add util_last_bit64 |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Marek Olšák | glsl: fix "tesselation" typo |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Marek Olšák | r600g: handle TGSI input/output array declarations... |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: merge ilo_state_3d*.[ch] to ilo_state.[ch] |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: add ilo_state_ps to ilo_shader_cso |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: embed ilo_state_sbe in ilo_shader |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: embed ilo_state_vf in ilo_ve_state |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: embed ilo_state_urb in ilo_state_vector |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: embed ilo_state_sol in ilo_shader |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: embed ilo_state_cc in ilo_blend_state |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: embed ilo_state_raster in ilo_rasterizer_state |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: embed ilo_state_viewport in ilo_viewport_state |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: replace ilo_sampler_cso with ilo_state_sampler |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: replace ilo_view_surface with ilo_state_surface |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: replace ilo_zs_surface with ilo_state_zs |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: add ilo_state_ps |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: add ilo_state_{vs,hs,ds,gs} |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: add ilo_state_sbe |
commit | commitdiff | tree | snapshot |
2015-06-14 |
Chia-I Wu | ilo: add ilo_state_vf |
commit | commitdiff | tree | snapshot |
next |